| Index: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| index 918e03d0e307b327b30f0300885db59feeff7e84..6dbeb799d635ad75da2d474e8d9846a7b3206d95 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| @@ -189,7 +189,7 @@ public:
|
|
|
| PassRefPtr<TypeBuilder::Runtime::RemoteObject> resolveNode(Node*, const String& objectGroup);
|
|
|
| - InspectorHistory* history() const;
|
| + InspectorHistory* history() { return m_history.get(); }
|
|
|
| // We represent embedded doms as a part of the same hierarchy. Hence we treat children of frame owners differently.
|
| // We also skip whitespace text nodes conditionally. Following methods encapsulate these specifics.
|
|
|