Index: third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.cpp b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.cpp |
index 7da1c9fffaad3fbf339e5b81c298b49ed673f49d..16665f13fe9749f94602322beb1af3e31242fa95 100644 |
--- a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.cpp |
+++ b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.cpp |
@@ -168,11 +168,6 @@ void V8RuntimeAgentImpl::run(ErrorString* errorString) |
*errorString = "Not paused"; |
} |
-void V8RuntimeAgentImpl::isRunRequired(ErrorString*, bool* out_result) |
-{ |
- *out_result = false; |
-} |
- |
void V8RuntimeAgentImpl::setCustomObjectFormatterEnabled(ErrorString*, bool enabled) |
{ |
m_state->setBoolean(V8RuntimeAgentImplState::customObjectFormatterEnabled, enabled); |