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