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

Unified Diff: LayoutTests/fast/filesystem/script-tests/read-directory.js

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/script-tests/read-directory.js
diff --git a/LayoutTests/fast/filesystem/script-tests/read-directory.js b/LayoutTests/fast/filesystem/script-tests/read-directory.js
index 313db53888a9cb7d51fd62fd88931228c23d2983..a401b654abbd5f738c5245c7bd04f6c68a21afc6 100644
--- a/LayoutTests/fast/filesystem/script-tests/read-directory.js
+++ b/LayoutTests/fast/filesystem/script-tests/read-directory.js
@@ -25,7 +25,7 @@ function endTest()
function errorCallback(error)
{
- debug("Error occured:" + error.code);
+ debug("Error occured:" + error.name);
endTest();
}

Powered by Google App Engine
This is Rietveld 408576698