OSDN Git Service

Merge WebKit at r73109: Initial merge by git.
[android-x86/external-webkit.git] / WebCore / html / RadioInputType.h
index 2798010..62becf6 100644 (file)
@@ -43,7 +43,10 @@ private:
     RadioInputType(HTMLInputElement* element) : BaseCheckableInputType(element) { }
     virtual const AtomicString& formControlType() const;
     virtual bool valueMissing(const String&) const;
+    virtual String valueMissingText() const;
     virtual bool handleClickEvent(MouseEvent*);
+    virtual bool handleKeydownEvent(KeyboardEvent*);
+    virtual bool handleKeyupEvent(KeyboardEvent*);
 };
 
 } // namespace WebCore