| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp
|
| index a92c3a2a2430a7117a28f3772acb5452ec1cd72f..a7fbd315af8c687ca735dcf3b852bbe9a9c41dbf 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp
|
| @@ -45,7 +45,7 @@ v8::Local<v8::Value> TestPermissiveDictionary::toV8Impl(v8::Local<v8::Object> cr
|
| {
|
| v8::Local<v8::Object> v8Object = v8::Object::New(isolate);
|
| if (!toV8TestPermissiveDictionary(*this, v8Object, creationContext, isolate))
|
| - return v8::Local<v8::Value>();
|
| + return v8::Undefined(isolate);
|
| return v8Object;
|
| }
|
|
|
|
|