| Index: third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html b/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html
|
| index da3d4694fa6e4228749e5a3e20566b961274d5c6..3ef2b317119dea7673b971ec2981f5432c809c75 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html
|
| @@ -39,7 +39,7 @@ function successCallback(fs)
|
| shouldThrow("writer.seek()");
|
| shouldThrow("writer.truncate()");
|
|
|
| - finishJSTest();
|
| + removeAllInDirectory(fileSystem.root, finishJSTest, finishJSTest);
|
| });
|
| });
|
| });
|
|
|