| Index: third_party/WebKit/LayoutTests/fast/history/history-back-twice-with-subframes-assert.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/history/history-back-twice-with-subframes-assert.html b/third_party/WebKit/LayoutTests/fast/history/history-back-twice-with-subframes-assert.html
|
| index 2d2bafd9ab3b6dc1d918293a69a29c810e54045c..629a706e62569646f87f73aadb1ff79eb18cbfc0 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/history/history-back-twice-with-subframes-assert.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/history/history-back-twice-with-subframes-assert.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <script>
|
| -if (testRunner) {
|
| +if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.waitUntilDone();
|
| }
|
| @@ -24,7 +24,7 @@ function runTest() {
|
| return;
|
| }
|
|
|
| - if (testRunner)
|
| + if (window.testRunner)
|
| testRunner.notifyDone();
|
| }
|
|
|
|
|