| Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| index b5f6e9bdd023e2582baa079bccd21ffc149fd10c..26d1c7213ca1fb342e8afec475b5edc6c0dd1cd9 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| @@ -31,7 +31,6 @@ public:
|
| // V8DebuggerClient implementation.
|
| void eventListeners(v8::Local<v8::Value>, V8EventListenerInfoList&) override;
|
| String16 valueSubtype(v8::Local<v8::Value>) override;
|
| - bool formatAccessorsAsProperties(v8::Local<v8::Value>) override;
|
| bool isExecutionAllowed() override;
|
| double currentTimeMS() override;
|
| bool isInspectableHeapObject(v8::Local<v8::Object>) override;
|
|
|