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

Unified Diff: LayoutTests/fast/filesystem/file-metadata-after-write.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/file-metadata-after-write.html
diff --git a/LayoutTests/fast/filesystem/file-metadata-after-write.html b/LayoutTests/fast/filesystem/file-metadata-after-write.html
index e77d28673c151cbbab85853903bac98119d80f9e..427ec9730ce00316470c60b4db7585a704b2a729 100644
--- a/LayoutTests/fast/filesystem/file-metadata-after-write.html
+++ b/LayoutTests/fast/filesystem/file-metadata-after-write.html
@@ -63,7 +63,7 @@ function log(text)
function onError(e)
{
- log('ERROR: ' + e.code);
+ log('ERROR: ' + e.name);
console.log(e);
cleanup();
}
« no previous file with comments | « LayoutTests/fast/filesystem/file-after-reload-crash.html ('k') | LayoutTests/fast/filesystem/not-enough-arguments.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698