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; |
}; |
} |