| 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 d4fd62da48459ccbdf05e48cbada2e15d5e7b80b..27d9ae1f00fa2850263f5bc845b98ed1dc9e61be 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| @@ -89,6 +89,12 @@ 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 installFeatureName1(ScriptState*, v8::Local<v8::Object> instance);
|
| +
|
| + static void installFeatureName2(ScriptState*, v8::Local<v8::Object> instance);
|
| +
|
| + static void installFeatureName3(ScriptState*, v8::Local<v8::Object> instance);
|
| };
|
|
|
| template <>
|
|
|