| 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 1f94f05ff377d077bf2900e7fe9e793ff9bb96fe..9fb7632c0b152504152d2b219019d5f0282029ef 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| @@ -26,7 +26,6 @@ public:
|
| void eventListeners(v8::Local<v8::Value>, V8EventListenerInfoList&) override;
|
| String16 valueSubtype(v8::Local<v8::Value>) override;
|
| bool formatAccessorsAsProperties(v8::Local<v8::Value>) override;
|
| - bool hasRecursionLevel() override;
|
| bool isExecutionAllowed() override;
|
| double currentTimeMS() override;
|
|
|
|
|