| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h
|
| index ee96140a182a40fed7d39a7e88253b9c7aa25f9f..20da3d28e7c1016d9793c0bad23efd860b629506 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h
|
| @@ -39,13 +39,13 @@ class V8TestConstants {
|
| }
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
|
|
| - static void installFeatureName1(v8::Isolate*, const DOMWrapperWorld&, v8::Local<v8::Object> instance, v8::Local<v8::Object> prototype, v8::Local<v8::Function> interface);
|
| - static void installFeatureName1(ScriptState*, v8::Local<v8::Object> instance);
|
| - static void installFeatureName1(ScriptState*);
|
| + static void installFeatureName1(const ScriptState*, v8::Local<v8::Object> instance, v8::Local<v8::Object> prototype, v8::Local<v8::Function> interface);
|
| + static void installFeatureName1(const ScriptState*, v8::Local<v8::Object> instance);
|
| + static void installFeatureName1(const ScriptState*);
|
|
|
| - static void installFeatureName2(v8::Isolate*, const DOMWrapperWorld&, v8::Local<v8::Object> instance, v8::Local<v8::Object> prototype, v8::Local<v8::Function> interface);
|
| - static void installFeatureName2(ScriptState*, v8::Local<v8::Object> instance);
|
| - static void installFeatureName2(ScriptState*);
|
| + static void installFeatureName2(const ScriptState*, v8::Local<v8::Object> instance, v8::Local<v8::Object> prototype, v8::Local<v8::Function> interface);
|
| + static void installFeatureName2(const ScriptState*, v8::Local<v8::Object> instance);
|
| + static void installFeatureName2(const ScriptState*);
|
| };
|
|
|
| template <>
|
|
|