| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| index e84d2da9a52b87899db8ffdc57d1f06ab3f711cf..1acec8c8f2a67b70f0bdc71d8725ec5a91cc5a0b 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| @@ -68,6 +68,7 @@ class V8TestInterface3 {
|
| 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*,
|
|
|