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

Unified Diff: LayoutTests/fast/filesystem/not-enough-arguments.html

Issue 22831019: Deprecate FileError in FileAPI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: win test expectation fix (temporary) Created 7 years, 4 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/not-enough-arguments.html
diff --git a/LayoutTests/fast/filesystem/not-enough-arguments.html b/LayoutTests/fast/filesystem/not-enough-arguments.html
index e535a7c5e4284fe62150c6ca440cded7fc81177d..7ccb68c878f5f45584c0423fd51702dc21335ff9 100644
--- a/LayoutTests/fast/filesystem/not-enough-arguments.html
+++ b/LayoutTests/fast/filesystem/not-enough-arguments.html
@@ -9,7 +9,7 @@ description('This test tries calling various filesystem functions with too few a
function errorCallback(error)
{
- debug("Error occured:" + error.code);
+ debug("Error occured:" + error.name);
finishJSTest();
}
« no previous file with comments | « LayoutTests/fast/filesystem/file-metadata-after-write.html ('k') | LayoutTests/fast/filesystem/op-copy-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698