Index: Source/WebCore/bindings/scripts/test/V8/V8TestTypedefs.cpp |
=================================================================== |
--- Source/WebCore/bindings/scripts/test/V8/V8TestTypedefs.cpp (revision 144311) |
+++ Source/WebCore/bindings/scripts/test/V8/V8TestTypedefs.cpp (working copy) |
@@ -252,11 +252,6 @@ |
info.This()->ForceSet(name, value); |
} |
-static void TestTypedefsReplaceableAttrSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) |
-{ |
- return TestTypedefsV8Internal::TestTypedefsReplaceableAttrSetter(name, value, info); |
-} |
- |
static v8::Handle<v8::Value> funcMethod(const v8::Arguments& args) |
{ |
TestTypedefs* imp = V8TestTypedefs::toNative(args.Holder()); |