| 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 d6741fdcf0132f7928abb1e378e0c93805d69899..6b14867610f7fe26ead4fa121b1575f445bd410a 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp
|
| @@ -13,8 +13,9 @@ namespace blink {
|
|
|
| void V8TestInterfaceEventInit::toImpl(v8::Isolate* isolate, v8::Local<v8::Value> v8Value, TestInterfaceEventInit& impl, ExceptionState& exceptionState)
|
| {
|
| - if (isUndefinedOrNull(v8Value))
|
| + if (isUndefinedOrNull(v8Value)) {
|
| return;
|
| + }
|
| if (!v8Value->IsObject()) {
|
| exceptionState.throwTypeError("cannot convert to dictionary.");
|
| return;
|
|
|