Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(568)

Unified Diff: Source/core/dom/MessageEvent.h

Issue 13844022: Remove code to support Objective-C bindings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/dom/MessageEvent.h
diff --git a/Source/core/dom/MessageEvent.h b/Source/core/dom/MessageEvent.h
index eba82428e0bfac2c617b25a9a1fbef62eb2782fc..297a7883b1ab117cfbff169318c23663f28fb729 100644
--- a/Source/core/dom/MessageEvent.h
+++ b/Source/core/dom/MessageEvent.h
@@ -90,13 +90,6 @@ public:
DOMWindow* source() const { return m_source.get(); }
MessagePortArray* ports() const { return m_ports.get(); }
- // FIXME: Remove this when we have custom ObjC binding support.
- SerializedScriptValue* data() const;
-
- // Needed for Objective-C bindings (see bug 28774).
- MessagePort* messagePort();
- void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, MessagePort*);
-
virtual const AtomicString& interfaceName() const;
enum DataType {

Powered by Google App Engine
This is Rietveld 408576698