summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/TestController.js
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/TestController.js')
-rw-r--r--Source/WebCore/inspector/front-end/TestController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/inspector/front-end/TestController.js b/Source/WebCore/inspector/front-end/TestController.js
index b46026199..bb400ed32 100644
--- a/Source/WebCore/inspector/front-end/TestController.js
+++ b/Source/WebCore/inspector/front-end/TestController.js
@@ -45,7 +45,7 @@ WebInspector.TestController.prototype = {
WebInspector.evaluateForTestInFrontend = function(callId, script)
{
- WebInspector.isUnderTest = true;
+ window.isUnderTest = true;
function invokeMethod()
{
try {