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

Unified Diff: Source/WebCore/bindings/v8/custom/V8MessageEventCustom.cpp

Issue 12560005: Merge 139854 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 9 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/WebCore/bindings/v8/custom/V8MessageEventCustom.cpp
===================================================================
--- Source/WebCore/bindings/v8/custom/V8MessageEventCustom.cpp (revision 145017)
+++ Source/WebCore/bindings/v8/custom/V8MessageEventCustom.cpp (working copy)
@@ -60,7 +60,7 @@
case MessageEvent::DataTypeSerializedScriptValue:
if (SerializedScriptValue* serializedValue = event->dataAsSerializedScriptValue())
- result = serializedValue->deserialize(event->ports(), info.GetIsolate());
+ result = serializedValue->deserialize(info.GetIsolate(), event->ports());
else
result = v8Null(info.GetIsolate());
break;
« no previous file with comments | « Source/WebCore/bindings/v8/custom/V8HistoryCustom.cpp ('k') | Source/WebCore/bindings/v8/custom/V8PopStateEventCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698