| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp
|
| index 8d19e85ab705a831330f96ef4645ecac437a863c..d44ed6feb3bf9e0a0a0994540771363f1e16354d 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp
|
| @@ -94,7 +94,7 @@ v8::Local<v8::Value> TestDictionaryDerivedImplementedAs::toV8Impl(v8::Local<v8::
|
| {
|
| v8::Local<v8::Object> v8Object = v8::Object::New(isolate);
|
| if (!toV8TestDictionaryDerivedImplementedAs(*this, v8Object, creationContext, isolate))
|
| - return v8::Local<v8::Value>();
|
| + return v8::Undefined(isolate);
|
| return v8Object;
|
| }
|
|
|
|
|