| 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 ac6fab3c27eaf60b9c521636e2321a13d3507509..45e8fe1e6e0a6b84e66e8fe1441dea23e39eb3be 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp
|
| @@ -12,8 +12,9 @@ namespace blink {
|
|
|
| void V8TestPermissiveDictionary::toImpl(v8::Isolate* isolate, v8::Local<v8::Value> v8Value, TestPermissiveDictionary& impl, ExceptionState& exceptionState)
|
| {
|
| - if (isUndefinedOrNull(v8Value))
|
| + if (isUndefinedOrNull(v8Value)) {
|
| return;
|
| + }
|
| if (!v8Value->IsObject()) {
|
| // Do nothing.
|
| return;
|
|
|