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

Unified Diff: LayoutTests/fast/filesystem/resources/file-from-file-entry.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/resources/file-from-file-entry.js
diff --git a/LayoutTests/fast/filesystem/resources/file-from-file-entry.js b/LayoutTests/fast/filesystem/resources/file-from-file-entry.js
index d8c1219fcb4b8e9f52dff44f78e49c62c5aac725..49633ea74781bf2a615aabc76ad54ab750480ec5 100644
--- a/LayoutTests/fast/filesystem/resources/file-from-file-entry.js
+++ b/LayoutTests/fast/filesystem/resources/file-from-file-entry.js
@@ -12,7 +12,7 @@ var testFileEntry = null;
var testFile = null;
function errorCallback(error) {
- testFailed("Error occured:" + error.code);
+ testFailed("Error occured:" + error.name);
finishJSTest();
}
« no previous file with comments | « LayoutTests/fast/filesystem/resources/file-entry-to-uri.js ('k') | LayoutTests/fast/filesystem/resources/file-writer-abort.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698