diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/editing/pasteboard/script-tests/file-drag-to-editable.js')
| -rw-r--r-- | third_party/WebKit/LayoutTests/editing/pasteboard/script-tests/file-drag-to-editable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/script-tests/file-drag-to-editable.js b/third_party/WebKit/LayoutTests/editing/pasteboard/script-tests/file-drag-to-editable.js index abeccdc..d7dde18 100644 --- a/third_party/WebKit/LayoutTests/editing/pasteboard/script-tests/file-drag-to-editable.js +++ b/third_party/WebKit/LayoutTests/editing/pasteboard/script-tests/file-drag-to-editable.js @@ -31,7 +31,7 @@ function runTest() // Don't remove the editable node, since we want to make sure there no stray file URLs were // inserted during the drop. - layoutTestController.notifyDone(); + testRunner.notifyDone(); window.onbeforeunload = null; }; |
