| Index: Source/core/inspector/InspectorDOMAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h
|
| index 2f385628ece633360fcbaf40c51302c764ab5261..3dfe8ce37e74da877df2eb74c9d18349c39ae024 100644
|
| --- a/Source/core/inspector/InspectorDOMAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMAgent.h
|
| @@ -217,7 +217,6 @@ private:
|
| InspectorDOMAgent(InspectorPageAgent*, InjectedScriptManager*, InspectorOverlay*);
|
|
|
| void innerEnable();
|
| - void notifyDocumentUpdated();
|
|
|
| void setSearchingForNode(ErrorString*, SearchMode, JSONObject* highlightConfig);
|
| PassOwnPtr<HighlightConfig> highlightConfigFromInspectorObject(ErrorString*, JSONObject* highlightInspectorObject);
|
|
|