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