| 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 96c89abb5d30adb9ad8ab0a95df1d848077e2bbf..db1647a567acb37ac7700d790d8485c816d340a4 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| @@ -28,6 +28,7 @@
|
|
|
| namespace blink {
|
|
|
| +class ScriptState;
|
| class V8TestObject {
|
| STATIC_ONLY(V8TestObject);
|
| public:
|
| @@ -86,6 +87,8 @@ public:
|
| static void customSetterImplementedAsLongAttributeAttributeSetterCustom(v8::Local<v8::Value>, const v8::FunctionCallbackInfo<v8::Value>&);
|
| 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(ScriptState*, v8::Local<v8::Object> instance);
|
| };
|
|
|
| template <>
|
|
|