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

Unified Diff: LayoutTests/fast/filesystem/resources/simple-required-arguments-getmetadata.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/simple-required-arguments-getmetadata.js
diff --git a/LayoutTests/fast/filesystem/resources/simple-required-arguments-getmetadata.js b/LayoutTests/fast/filesystem/resources/simple-required-arguments-getmetadata.js
index 1c6affdc3eb55935317b9a8824a3fa4963bd9f97..df0d0368d392759fc829aaa40c1992bc23151cae 100644
--- a/LayoutTests/fast/filesystem/resources/simple-required-arguments-getmetadata.js
+++ b/LayoutTests/fast/filesystem/resources/simple-required-arguments-getmetadata.js
@@ -9,7 +9,7 @@ description("DirectoryEntry.getMetadata required arguments test.");
var fileSystem = null;
function errorCallback(error) {
- debug("Error occured while requesting a TEMPORARY file system:" + error.code);
+ debug("Error occured while requesting a TEMPORARY file system:" + error.name);
finishJSTest();
}

Powered by Google App Engine
This is Rietveld 408576698