Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h |
index 77d949532878e61201f0b06b98bf81899a21a89d..4e8df449ae62bd775a4c3bb9b2867705ba9918a0 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h |
@@ -204,6 +204,10 @@ class V8TestInterface { |
CORE_EXPORT static void staticPromiseMethodPartialOverloadMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
CORE_EXPORT static void partial2VoidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
CORE_EXPORT static void partial2StaticVoidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
+ CORE_EXPORT static void keysMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
+ CORE_EXPORT static void valuesMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
+ CORE_EXPORT static void entriesMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
+ CORE_EXPORT static void forEachMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
CORE_EXPORT static void toJSONMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
CORE_EXPORT static void toStringMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
CORE_EXPORT static void iteratorMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&); |