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 fff166d2255b92da8e44be156594ba7fc8ead001..63e3b47f8cd3231d3d597c0262c3cba30faf9d86 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h |
@@ -86,9 +86,9 @@ class V8TestObject { |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |
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(v8::Isolate*, const DOMWrapperWorld&, v8::Local<v8::Object> instance, v8::Local<v8::Object> prototype, v8::Local<v8::Function> interface); |
- static void installFeatureName(ScriptState*, v8::Local<v8::Object> instance); |
- static void installFeatureName(ScriptState*); |
+ static void installFeatureName(const ScriptState*, v8::Local<v8::Object> instance, v8::Local<v8::Object> prototype, v8::Local<v8::Function> interface); |
+ static void installFeatureName(const ScriptState*, v8::Local<v8::Object> instance); |
+ static void installFeatureName(const ScriptState*); |
}; |
template <> |