| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp
|
| index 9020aec32fb626b0867ce42ad402c53600ff0c18..07e64be46a30f9ea981e3ece10597829081a8a2b 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp
|
| @@ -50,7 +50,7 @@ v8::Local<v8::Value> TestInterfaceEventInit::toV8Impl(v8::Local<v8::Object> crea
|
| {
|
| v8::Local<v8::Object> v8Object = v8::Object::New(isolate);
|
| if (!toV8TestInterfaceEventInit(*this, v8Object, creationContext, isolate))
|
| - return v8::Local<v8::Value>();
|
| + return v8::Undefined(isolate);
|
| return v8Object;
|
| }
|
|
|
|
|