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

Unified Diff: Source/WebCore/inspector/InspectorController.h

Issue 12224049: Merge 140539 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 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
« no previous file with comments | « Source/WebCore/WebCore.exp.in ('k') | Source/WebCore/inspector/InspectorController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/inspector/InspectorController.h
===================================================================
--- Source/WebCore/inspector/InspectorController.h (revision 142083)
+++ Source/WebCore/inspector/InspectorController.h (working copy)
@@ -103,6 +103,7 @@
void hideHighlight();
Node* highlightedNode() const;
+ bool isUnderTest();
void evaluateForTestInFrontend(long callId, const String& script);
#if ENABLE(JAVASCRIPT_DEBUGGER)
@@ -148,6 +149,7 @@
Page* m_page;
InspectorClient* m_inspectorClient;
InspectorAgentRegistry m_agents;
+ bool m_isUnderTest;
};
}
« no previous file with comments | « Source/WebCore/WebCore.exp.in ('k') | Source/WebCore/inspector/InspectorController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698