Index: Source/bindings/core/v8/V8DOMConfiguration.h |
diff --git a/Source/bindings/core/v8/V8DOMConfiguration.h b/Source/bindings/core/v8/V8DOMConfiguration.h |
index 8dcd4098d396dbfb8b37cd8513f12121f1d6344d..80cccce4aa7eb600abcadfae5ef05a4e3909f7cc 100644 |
--- a/Source/bindings/core/v8/V8DOMConfiguration.h |
+++ b/Source/bindings/core/v8/V8DOMConfiguration.h |
@@ -129,6 +129,7 @@ public: |
}; |
static void installConstants(v8::Handle<v8::FunctionTemplate>, v8::Handle<v8::ObjectTemplate>, const ConstantConfiguration*, size_t constantCount, v8::Isolate*); |
+ static void installConstant(v8::Handle<v8::FunctionTemplate>, v8::Handle<v8::ObjectTemplate>, const char* name, v8::AccessorGetterCallback, v8::Isolate*); |
// MethodConfiguration translates into calls to Set() for setting up an |
// object's callbacks. It sets the method on both the FunctionTemplate or |