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

Unified Diff: LayoutTests/fast/filesystem/resources/async-operations.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/async-operations.js
diff --git a/LayoutTests/fast/filesystem/resources/async-operations.js b/LayoutTests/fast/filesystem/resources/async-operations.js
index e509b9b54d239416d452d554bd4054f578340012..f0fff3fb87a691ea0dfc6258395519d2ff0e52d7 100644
--- a/LayoutTests/fast/filesystem/resources/async-operations.js
+++ b/LayoutTests/fast/filesystem/resources/async-operations.js
@@ -18,7 +18,7 @@ var dirsCount = 0;
var reader = null;
function errorCallback(error) {
- debug("Got error: " + error.code);
+ debug("Got error: " + error.name);
removeAllInDirectory(fileSystem.root);
finishJSTest();
}

Powered by Google App Engine
This is Rietveld 408576698