| Index: third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html b/third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html
|
| index 9d956aed028ca1d534c52ec2225a8f4f15cc435e..4e57a4f1c30116f2c9452a888012d749ba0cbb1e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html
|
| @@ -6,7 +6,7 @@ If this doesn't crash, it passed.
|
| <script>
|
| jsTestIsAsync = true;
|
|
|
| -if (testRunner)
|
| +if (window.testRunner)
|
| testRunner.dumpAsText();
|
|
|
| iframe.onload = function() {
|
|
|