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

Unified Diff: LayoutTests/fast/filesystem/script-tests/flags-passing.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/flags-passing.js
diff --git a/LayoutTests/fast/filesystem/script-tests/flags-passing.js b/LayoutTests/fast/filesystem/script-tests/flags-passing.js
index 92e0c494be36452735788ef33117dbd9b6088457..0c0755fe560ac1604ef1bd831e5be5796ba65ba9 100644
--- a/LayoutTests/fast/filesystem/script-tests/flags-passing.js
+++ b/LayoutTests/fast/filesystem/script-tests/flags-passing.js
@@ -28,7 +28,7 @@ function runNextTest(v) {
}
function errorCallback(error) {
- debug("Error occured during requesting Temporary FileSystem:" + error.code);
+ debug("Error occured during requesting Temporary FileSystem:" + error.name);
finishJSTest();
}

Powered by Google App Engine
This is Rietveld 408576698