| Index: LayoutTests/fast/filesystem/simple-required-arguments-getfile-expected.txt
|
| diff --git a/LayoutTests/fast/filesystem/simple-required-arguments-getfile-expected.txt b/LayoutTests/fast/filesystem/simple-required-arguments-getfile-expected.txt
|
| index 6095a3c7a016b59080ac31b4ea25f2261fa8a082..f4a1f36a1c5926e6382663b732692ec3eb1c4c1e 100644
|
| --- a/LayoutTests/fast/filesystem/simple-required-arguments-getfile-expected.txt
|
| +++ b/LayoutTests/fast/filesystem/simple-required-arguments-getfile-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.getFile() threw exception TypeError: Not enough arguments.
|
| +PASS root.getFile() threw exception TypeError: Failed to execute 'getFile' on 'DirectoryEntry': 1 argument required, but only 0 present..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|