| Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| index 80019b5c9490c7542258b6b8b36ec8ab651abd4e..e7783c596ddd577d7a25dd11c31a96a4a415a0f7 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| @@ -97,6 +97,7 @@ class V8TestInterface5 {
|
| MODULES_EXPORT static void indexedPropertyGetterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>&);
|
| MODULES_EXPORT static void indexedPropertySetterCallback(uint32_t index, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
|
| MODULES_EXPORT static void indexedPropertyDeleterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Boolean>&);
|
| + MODULES_EXPORT static void indexedPropertyDefinerCallback(uint32_t index, const v8::PropertyDescriptor&, const v8::PropertyCallbackInfo<v8::Value>&);
|
|
|
| static void InstallRuntimeEnabledFeaturesOnTemplate(
|
| v8::Isolate*,
|
|
|