| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h
|
| index 01f15d69bb3941dd263eb86170f872b7edc42b50..77a16fd1bc1abf6bcd385dbcd06749281212a044 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h
|
| @@ -67,6 +67,7 @@ class V8TestIntegerIndexed {
|
| CORE_EXPORT static void indexedPropertyGetterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void indexedPropertySetterCallback(uint32_t index, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void indexedPropertyDeleterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Boolean>&);
|
| + CORE_EXPORT static void indexedPropertyDefinerCallback(uint32_t index, const v8::PropertyDescriptor&, const v8::PropertyCallbackInfo<v8::Value>&);
|
|
|
| static void InstallRuntimeEnabledFeaturesOnTemplate(
|
| v8::Isolate*,
|
|
|