summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html
index 9a163f3..86a9b17 100644
--- a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html
+++ b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html
@@ -21,11 +21,11 @@
{
log("ReadyState handler: readyState = " + xhr.readyState);
- if (xhr.readyState == 4 && window.layoutTestController) {
+ if (xhr.readyState == 4 && window.testRunner) {
var results = window.top.document.getElementById('results');
results.innerHTML = document.body.innerHTML;
- setTimeout("layoutTestController.notifyDone()", 0);
+ setTimeout("testRunner.notifyDone()", 0);
}
}