Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(675)

Unified Diff: LayoutTests/fast/filesystem/simple-required-arguments-getdirectory-expected.txt

Issue 24203002: Improve generated "Not enough arguments." TypeError exceptions. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaseline Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/filesystem/simple-required-arguments-getdirectory-expected.txt
diff --git a/LayoutTests/fast/filesystem/simple-required-arguments-getdirectory-expected.txt b/LayoutTests/fast/filesystem/simple-required-arguments-getdirectory-expected.txt
index acb125603c9fd22db155726addcdb9470c0542e1..b59ce1793a2c2eb48ca3807c5ab541cb4d6780a6 100644
--- a/LayoutTests/fast/filesystem/simple-required-arguments-getdirectory-expected.txt
+++ b/LayoutTests/fast/filesystem/simple-required-arguments-getdirectory-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.getDirectory() threw exception TypeError: Not enough arguments.
+PASS root.getDirectory() threw exception TypeError: Failed to execute 'getDirectory' on 'DirectoryEntry': 1 argument required, but only 0 present..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698