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