Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1319)

Unified Diff: Source/core/inspector/InspectorController.cpp

Issue 900903002: DevTools: do not use Internals for inspector highlight tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/inspector/InspectorController.cpp
diff --git a/Source/core/inspector/InspectorController.cpp b/Source/core/inspector/InspectorController.cpp
index 8c956ca9e41f7da6d342a300c104ca748ef8a49b..d95188edf9c0ba6a3e98e8cf9c6d99bfa9368c2b 100644
--- a/Source/core/inspector/InspectorController.cpp
+++ b/Source/core/inspector/InspectorController.cpp
@@ -409,11 +409,6 @@ bool InspectorController::screencastEnabled()
return m_pageAgent->screencastEnabled();
}
-PassRefPtr<JSONObject> InspectorController::highlightJSONForNode(Node* node)
-{
- return m_overlay->highlightJSONForNode(node);
-}
-
void InspectorController::willProcessTask()
{
if (InspectorTimelineAgent* timelineAgent = m_instrumentingAgents->inspectorTimelineAgent())

Powered by Google App Engine
This is Rietveld 408576698