tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / dom / MessagePort.h
index 3a840fe..a75a0d6 100755 (executable)
@@ -82,10 +82,9 @@ namespace WebCore {
 
         void contextDestroyed();
 
+        virtual const AtomicString& interfaceName() const;
         virtual ScriptExecutionContext* scriptExecutionContext() const;
 
-        virtual MessagePort* toMessagePort() { return this; }
-
         void dispatchMessages();
 
         using RefCounted<MessagePort>::ref;