| Index: third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
|
| index 2ecebf1846b174806444099933da18f3eb4d4967..2059585dbcfe65bd684063ea28098b759ae6f4d8 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
|
| @@ -52,8 +52,9 @@ static void typeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::Function
|
| v8::Local<v8::Object> holder = info.Holder();
|
| SVGTestInterface* impl = V8SVGTestInterface::toImpl(holder);
|
| V8StringResource<> cppValue = v8Value;
|
| - if (!cppValue.prepare())
|
| + if (!cppValue.prepare()) {
|
| return;
|
| + }
|
| V0CustomElementProcessingStack::CallbackDeliveryScope deliveryScope;
|
| impl->setAttribute(SVGNames::typeAttr, cppValue);
|
| }
|
|
|