| 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 3df2d9df40e8a5216c9970fea25e024da5d58790..7e6a85c94b6025736533ee17645d11b51e1bc5a2 100644
 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
 | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
 | 
| @@ -72,7 +72,7 @@ static void typeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::Function
 | 
|    // Prepare the value to be set.
 | 
|    V8StringResource<> cppValue = v8Value;
 | 
|    if (!cppValue.prepare())
 | 
| -      return;
 | 
| +    return;
 | 
|  
 | 
|    impl->setAttribute(SVGNames::typeAttr, cppValue);
 | 
|  }
 | 
| 
 |