| Index: LayoutTests/fast/filesystem/simple-required-arguments-remove-expected.txt
|
| diff --git a/LayoutTests/fast/filesystem/simple-required-arguments-remove-expected.txt b/LayoutTests/fast/filesystem/simple-required-arguments-remove-expected.txt
|
| index 1acf5dee14331a20b34b02a49649a2c51f2682b9..01ddef019aa29552a1766a91b84883f59bafe4a1 100644
|
| --- a/LayoutTests/fast/filesystem/simple-required-arguments-remove-expected.txt
|
| +++ b/LayoutTests/fast/filesystem/simple-required-arguments-remove-expected.txt
|
| @@ -6,7 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| webkitRequestFileSystem(TEMPORARY, 100, successCallback, errorCallback);
|
| Successfully obtained TEMPORARY FileSystem:file__0:Temporary
|
| root = fileSystem.root
|
| -PASS root.remove() threw exception TypeError: Not enough arguments.
|
| +PASS root.remove() threw exception TypeError: Failed to execute 'remove' on 'Entry': 1 argument required, but only 0 present..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|