Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h |
index 040b4b3783ca6b294ee408b18a8bf61246def4c0..e88e2b7828fb79e692059b16041f71b145fa07e2 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h |
@@ -89,12 +89,16 @@ public: |
CORE_EXPORT static void preparePrototypeAndInterfaceObject(v8::Local<v8::Context>, const DOMWrapperWorld&, v8::Local<v8::Object> prototypeObject, v8::Local<v8::Function> interfaceObject, v8::Local<v8::FunctionTemplate> interfaceTemplate); |
static void installFeatureName(ScriptState*, v8::Local<v8::Object> instance); |
+ static void installFeatureName(ScriptState*); |
static void installFeatureName1(ScriptState*, v8::Local<v8::Object> instance); |
+ static void installFeatureName1(ScriptState*); |
static void installFeatureName2(ScriptState*, v8::Local<v8::Object> instance); |
+ static void installFeatureName2(ScriptState*); |
static void installFeatureName3(ScriptState*, v8::Local<v8::Object> instance); |
+ static void installFeatureName3(ScriptState*); |
}; |
template <> |