Index: third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp |
index 5473a3c3bb4ebb26555beae302f00a3ac7d4b375..123d5b392c352b1e420a61dcd1b628ff13e99887 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp |
@@ -154,11 +154,6 @@ void InspectorRuntimeAgent::run(ErrorString* errorString) |
m_client->resumeStartup(); |
} |
-void InspectorRuntimeAgent::isRunRequired(ErrorString* errorString, bool* outResult) |
-{ |
- *outResult = m_client->isRunRequired(); |
-} |
- |
void InspectorRuntimeAgent::setCustomObjectFormatterEnabled(ErrorString* errorString, bool enabled) |
{ |
m_v8RuntimeAgent->setCustomObjectFormatterEnabled(errorString, enabled); |