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

Unified Diff: LayoutTests/fast/filesystem/simple-readonly-file-object.html

Issue 22831019: Deprecate FileError in FileAPI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/simple-readonly-file-object.html
diff --git a/LayoutTests/fast/filesystem/simple-readonly-file-object.html b/LayoutTests/fast/filesystem/simple-readonly-file-object.html
index 8665431f946125a5a7a789e029ff5a5931d01a55..b747dacca8c248e2aaa858e0a84e754eb5595309 100644
--- a/LayoutTests/fast/filesystem/simple-readonly-file-object.html
+++ b/LayoutTests/fast/filesystem/simple-readonly-file-object.html
@@ -29,7 +29,7 @@ function setReadonlyProperty(property, value)
}
function errorCallback(error) {
- testFailed("Error occured:" + error.code);
+ testFailed("Error occured:" + error.name);
finishJSTest();
}

Powered by Google App Engine
This is Rietveld 408576698