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

Unified Diff: LayoutTests/fast/filesystem/cross-filesystem-op.html

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/cross-filesystem-op.html
diff --git a/LayoutTests/fast/filesystem/cross-filesystem-op.html b/LayoutTests/fast/filesystem/cross-filesystem-op.html
index 962a3eade52d638ca2bcf375f93356a313836bc3..5c1f8f753406f903f284af8a82b6021a9b80ae85 100644
--- a/LayoutTests/fast/filesystem/cross-filesystem-op.html
+++ b/LayoutTests/fast/filesystem/cross-filesystem-op.html
@@ -50,7 +50,7 @@ function errorCallback(msg)
{
return function(e) {
console.log(e);
- log('ERROR:' + msg + ': ' + e.code);
+ log('ERROR:' + msg + ': ' + e.name);
if (window.testRunner)
testRunner.notifyDone();
};

Powered by Google App Engine
This is Rietveld 408576698