| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.cpp
|
| index 47a54c9ea81041253b63426dfeb5bade369a077b..efcb9bbccbd741bb0ffca4384335472c07483ca8 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.cpp
|
| @@ -548,7 +548,7 @@ v8::Local<v8::Value> TestDictionary::toV8Impl(v8::Local<v8::Object> creationCont
|
| {
|
| v8::Local<v8::Object> v8Object = v8::Object::New(isolate);
|
| if (!toV8TestDictionary(*this, v8Object, creationContext, isolate))
|
| - return v8::Local<v8::Value>();
|
| + return v8::Undefined(isolate);
|
| return v8Object;
|
| }
|
|
|
|
|