Chromium Code Reviews| 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; |
| } |