tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / dom / UIEvent.h
index 9e767de..d1294c9 100755 (executable)
@@ -48,7 +48,8 @@ namespace WebCore {
 
         AbstractView* view() const { return m_view.get(); }
         int detail() const { return m_detail; }
-        
+
+        virtual const AtomicString& interfaceName() const;
         virtual bool isUIEvent() const;
 
         virtual int keyCode() const;