| Index: Source/bindings/tests/results/core/V8TestInterface.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterface.h b/Source/bindings/tests/results/core/V8TestInterface.h
|
| index f2cb4ab1d11da557bd0a95b0ecccc3bcc8327027..d9f6c384a606d436966976891651c04b37549fb6 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterface.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterface.h
|
| @@ -64,24 +64,6 @@ private:
|
| static InstallTemplateFunction installV8TestInterfaceTemplateFunction;
|
| };
|
|
|
| -template<typename CallbackInfo>
|
| -inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceImplementation* impl)
|
| -{
|
| - v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| -}
|
| -
|
| -template<typename CallbackInfo>
|
| -inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceImplementation* impl)
|
| -{
|
| - v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| -}
|
| -
|
| -template<typename CallbackInfo>
|
| -inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceImplementation* impl, const ScriptWrappable*)
|
| -{
|
| - v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| -}
|
| -
|
| template <>
|
| struct V8TypeOf<TestInterfaceImplementation> {
|
| typedef V8TestInterface Type;
|
|
|