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