| 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 1c2c096b6f5cf548d192f1309aa5136da28f300a..b80ea7718d4730613f79b4f657247a9840d2c424 100644
|
| --- a/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| +++ b/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| @@ -45,24 +45,6 @@ public:
|
| static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object>);
|
| };
|
|
|
| -template<typename CallbackInfo>
|
| -inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterface5Implementation* impl)
|
| -{
|
| - v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| -}
|
| -
|
| -template<typename CallbackInfo>
|
| -inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterface5Implementation* impl)
|
| -{
|
| - v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| -}
|
| -
|
| -template<typename CallbackInfo>
|
| -inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface5Implementation* impl, const ScriptWrappable*)
|
| -{
|
| - v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| -}
|
| -
|
| template <>
|
| struct V8TypeOf<TestInterface5Implementation> {
|
| typedef V8TestInterface5 Type;
|
|
|