summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/frames/removal-before-attach-crash.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/frames/removal-before-attach-crash.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/frames/removal-before-attach-crash.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/frames/removal-before-attach-crash.html b/third_party/WebKit/LayoutTests/fast/frames/removal-before-attach-crash.html
index 4ff8ce8..3223d9d 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/removal-before-attach-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/removal-before-attach-crash.html
@@ -5,8 +5,8 @@
function test()
{
- if (window.layoutTestController)
- layoutTestController.dumpAsText();
+ if (window.testRunner)
+ testRunner.dumpAsText();
var script = document.createElement("script");
script.appendChild(document.createTextNode("document.body.removeChild(parent);"));