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

Unified Diff: Source/WebKit/chromium/src/WebDOMMessageEvent.cpp

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
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebDOMMessageEvent.cpp
diff --git a/Source/WebKit/chromium/src/WebDOMMessageEvent.cpp b/Source/WebKit/chromium/src/WebDOMMessageEvent.cpp
index ab48aeee45c3e1100d5ee5e591d2f34b194d7880..79de283a8c33f2393fc06d986ce31e66f99d369e 100644
--- a/Source/WebKit/chromium/src/WebDOMMessageEvent.cpp
+++ b/Source/WebKit/chromium/src/WebDOMMessageEvent.cpp
@@ -59,7 +59,7 @@ void WebDOMMessageEvent::initMessageEvent(const WebString& type, bool canBubble,
WebSerializedScriptValue WebDOMMessageEvent::data() const
{
- return WebSerializedScriptValue(constUnwrap<MessageEvent>()->data());
+ return WebSerializedScriptValue(constUnwrap<MessageEvent>()->dataAsSerializedScriptValue());
eseidel 2013/04/29 21:00:35 I don't understand this change.
adamk 2013/04/29 21:09:33 I don't fully understand it either, but the old da
}
WebString WebDOMMessageEvent::origin() const
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698