| 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 89ecaeb01fbf03d08bd64642a4ccad232c9abd60..8561e676c2d68240379bc3f3d5cb7410897d2e32 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h
|
| @@ -206,7 +206,6 @@ class V8TestInterface {
|
| 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>&);
|
|
|