| Index: third_party/WebKit/LayoutTests/fast/filesystem/null-arguments.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/null-arguments.html b/third_party/WebKit/LayoutTests/fast/filesystem/null-arguments.html
|
| index ba87454981545e43a5c2b53b6133be805e1c28ad..2528801882c1f079f5e74e3d4573cbe7224c5553 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/filesystem/null-arguments.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/filesystem/null-arguments.html
|
| @@ -26,7 +26,7 @@ function successCallback(fs)
|
| shouldBeNull("writer.error");
|
| shouldThrow("writer.write(null)");
|
| shouldBeNull("writer.error");
|
| - finishJSTest();
|
| + removeAllInDirectory(fileSystem.root, finishJSTest, finishJSTest);
|
| });
|
| });
|
| }
|
|
|