| 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 8facb0fd93fc0cb8f8168879d272c2f7a13dc049..84ad69068ca3dc2d7141decbd28ac42263a2e45c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.cpp
|
| @@ -169,6 +169,11 @@
|
| *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);
|
|
|