| Index: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| index a5a0c56983a72f15a092090d965ecdb7985f50bc..f07a08db56879f37e637a31742a916799640b427 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| @@ -70,7 +70,6 @@
|
| #include "core/inspector/InspectedFrames.h"
|
| #include "core/inspector/InspectorHighlight.h"
|
| #include "core/inspector/InspectorHistory.h"
|
| -#include "core/inspector/InspectorState.h"
|
| #include "core/inspector/InstrumentingAgents.h"
|
| #include "core/inspector/RemoteObjectId.h"
|
| #include "core/layout/HitTestResult.h"
|
| @@ -529,7 +528,7 @@ void InspectorDOMAgent::enable(ErrorString*)
|
|
|
| bool InspectorDOMAgent::enabled() const
|
| {
|
| - return m_state->getBoolean(DOMAgentState::domAgentEnabled);
|
| + return m_state->getBoolean(DOMAgentState::domAgentEnabled, false);
|
| }
|
|
|
| void InspectorDOMAgent::disable(ErrorString* errorString)
|
|
|