| 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 ba590ca1c0272cf378465732739e7be10f7d072c..44f8727d1fe7f28bc28ca455d5d04ddccbd128f9 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| @@ -89,15 +89,19 @@ public:
|
| 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 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 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 installFeatureName3(v8::Isolate*, const DOMWrapperWorld&, v8::Local<v8::Object> instance, v8::Local<v8::Object> prototype, v8::Local<v8::Function> interface);
|
| static void installFeatureName3(ScriptState*, v8::Local<v8::Object> instance);
|
| static void installFeatureName3(ScriptState*);
|
| };
|
|
|