Index: third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp |
index 34285ad5c5f1e7724fcb231c83701d44455d334d..2bf176e6622a28240316d56880184b411bdab4fd 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp |
@@ -185,11 +185,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); |