| Index: Source/bindings/tests/results/core/V8TestInterfaceNode.h
 | 
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNode.h b/Source/bindings/tests/results/core/V8TestInterfaceNode.h
 | 
| index 3dd5ae6d68a20470181c4398f3711fa34613570f..ec621bb56e9802b1c4147326beb02bbf9d0386e9 100644
 | 
| --- a/Source/bindings/tests/results/core/V8TestInterfaceNode.h
 | 
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceNode.h
 | 
| @@ -26,7 +26,7 @@ public:
 | 
|      CORE_EXPORT static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*);
 | 
|      static TestInterfaceNode* toImpl(v8::Local<v8::Object> object)
 | 
|      {
 | 
| -        return blink::toScriptWrappable(object)->toImpl<TestInterfaceNode>();
 | 
| +        return toScriptWrappable(object)->toImpl<TestInterfaceNode>();
 | 
|      }
 | 
|      CORE_EXPORT static TestInterfaceNode* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
 | 
|      CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
 | 
| 
 |