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

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

Issue 12926003: Merge 144458 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
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
« no previous file with comments | « Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/bindings/v8/custom/V8MessageEventCustom.cpp
===================================================================
--- Source/WebCore/bindings/v8/custom/V8MessageEventCustom.cpp (revision 146152)
+++ Source/WebCore/bindings/v8/custom/V8MessageEventCustom.cpp (working copy)
@@ -53,7 +53,7 @@
if (scriptValue.hasNoValue())
result = v8Null(info.GetIsolate());
else
- result = v8::Local<v8::Value>::New(scriptValue.v8Value());
+ result = scriptValue.v8Value();
break;
}
« no previous file with comments | « Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698