| 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 6c0cbe6e76a3e4c869955237768b42aa663bcbab..d104d1ccc90edf3551067778f97c006a5f964898 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp
|
| @@ -131,6 +131,11 @@
|
| 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);
|
|
|