| Index: Source/bindings/tests/results/modules/V8TestInterface5.h
|
| diff --git a/Source/bindings/tests/results/modules/V8TestInterface5.h b/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| index b80ea7718d4730613f79b4f657247a9840d2c424..1a76d8b63e15ab9a41f4f50f76c6035d1bdab995 100644
|
| --- a/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| +++ b/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| @@ -27,7 +27,7 @@ public:
|
| MODULES_EXPORT static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*);
|
| static TestInterface5Implementation* toImpl(v8::Local<v8::Object> object)
|
| {
|
| - return blink::toScriptWrappable(object)->toImpl<TestInterface5Implementation>();
|
| + return toScriptWrappable(object)->toImpl<TestInterface5Implementation>();
|
| }
|
| MODULES_EXPORT static TestInterface5Implementation* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| MODULES_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
|
|