tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / dom / KeyboardEvent.h
index 7c14055..abefe22 100755 (executable)
@@ -87,7 +87,8 @@ namespace WebCore {
 
         int keyCode() const; // key code for keydown and keyup, character for keypress
         int charCode() const; // character code for keypress, 0 for keydown and keyup
-    
+
+        virtual const AtomicString& interfaceName() const;
         virtual bool isKeyboardEvent() const;
         virtual int which() const;