| 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 8f9931e4d20b6f508f27dc8228284fc1637a715e..43e886979b071723cb8922f6d9d576c0d6699f5b 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);
|
| }
|
|
|