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 9309d9f26f2cb51803a8af327ca7ee7f46a87c3d..1c9bafd8f5c9a36519102dd6dd9874f22641572a 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp |
@@ -1447,6 +1447,11 @@ void InspectorDOMAgent::resolveNode(ErrorString* errorString, int nodeId, const |
result = object; |
} |
+InspectorHistory* InspectorDOMAgent::history() const |
+{ |
+ return m_history.get(); |
+} |
+ |
void InspectorDOMAgent::getAttributes(ErrorString* errorString, int nodeId, RefPtr<TypeBuilder::Array<String> >& result) |
{ |
Element* element = assertElement(errorString, nodeId); |