Index: Source/bindings/tests/results/V8TestInterface.h |
diff --git a/Source/bindings/tests/results/V8TestInterface.h b/Source/bindings/tests/results/V8TestInterface.h |
index e3d4569ff5fb6d9b3b99e5269201b0465f4ef9b0..6700e0070d4caf7ea45b30b4e0725f8b002a3f84 100644 |
--- a/Source/bindings/tests/results/V8TestInterface.h |
+++ b/Source/bindings/tests/results/V8TestInterface.h |
@@ -41,7 +41,16 @@ public: |
static void derefObject(void*); |
static WrapperTypeInfo info; |
static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>); |
+#if ENABLE(Condition22) || ENABLE(Condition23) |
+ static void implementsMethod3MethodCustom(const v8::FunctionCallbackInfo<v8::Value>&); |
+#endif // ENABLE(Condition22) || ENABLE(Condition23) |
static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
+#if ENABLE(Condition22) || ENABLE(Condition23) |
+ static void implementsStr3AttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>&); |
+#endif // ENABLE(Condition22) || ENABLE(Condition23) |
+#if ENABLE(Condition22) || ENABLE(Condition23) |
+ static void implementsStr3AttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<void>&); |
+#endif // ENABLE(Condition22) || ENABLE(Condition23) |
static void namedPropertyGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&); |
static void namedPropertySetter(v8::Local<v8::String>, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&); |
static void namedPropertyEnumerator(const v8::PropertyCallbackInfo<v8::Array>&); |