summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/frames/resources/no-file-access-frame-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/frames/resources/no-file-access-frame-2.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/frames/resources/no-file-access-frame-2.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/frames/resources/no-file-access-frame-2.html b/third_party/WebKit/LayoutTests/fast/frames/resources/no-file-access-frame-2.html
index cde2184..15a5ed4 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/resources/no-file-access-frame-2.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/resources/no-file-access-frame-2.html
@@ -1,7 +1,7 @@
<p>SUCCESS</p>
<script>
-if (window.layoutTestController) {
+if (window.testRunner) {
alert("SUCCESS");
- layoutTestController.notifyDone();
+ testRunner.notifyDone();
}
</script>