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