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

Unified Diff: LayoutTests/fast/filesystem/resources/directory-entry-to-uri.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/directory-entry-to-uri.js
diff --git a/LayoutTests/fast/filesystem/resources/directory-entry-to-uri.js b/LayoutTests/fast/filesystem/resources/directory-entry-to-uri.js
index 92e8e2c153555e4addbfe84565d3a91146046b0c..464e46b70073b032b1be3edcd73334f7e705c84d 100644
--- a/LayoutTests/fast/filesystem/resources/directory-entry-to-uri.js
+++ b/LayoutTests/fast/filesystem/resources/directory-entry-to-uri.js
@@ -11,7 +11,7 @@ var testDirectoryName = 'testDirectory';
var testDirectoryURI = null;
function errorCallback(error) {
- testFailed("Error occured:" + error.code);
+ testFailed("Error occured:" + error.name);
finishJSTest();
}
« no previous file with comments | « LayoutTests/fast/filesystem/resources/async-operations.js ('k') | LayoutTests/fast/filesystem/resources/file-entry-to-uri.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698