| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| index 8d23860d7d901acc141d1a44c2a9f6731b88c6d1..7337f2a889dc6d11d45df6be9453a3e91aa8dded 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| @@ -620,7 +620,6 @@ class V8TestObject {
|
| CORE_EXPORT static void clearMethodCallback(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 hasMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void getMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|