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

Unified Diff: LayoutTests/fast/filesystem/script-tests/filesystem-unserializable.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/filesystem-unserializable.js
diff --git a/LayoutTests/fast/filesystem/script-tests/filesystem-unserializable.js b/LayoutTests/fast/filesystem/script-tests/filesystem-unserializable.js
index e86b3c4168b585d5d911e6248000ac00098f723c..96350c8574315d23255d77c0b1de376fa92e1236 100644
--- a/LayoutTests/fast/filesystem/script-tests/filesystem-unserializable.js
+++ b/LayoutTests/fast/filesystem/script-tests/filesystem-unserializable.js
@@ -2,7 +2,7 @@ description("This tests if the filesystem object is unserializable by default");
function errorCallback(error)
{
- testFailed("Error occurred: " + error.code);
+ testFailed("Error occurred: " + error.name);
finishJSTest();
}

Powered by Google App Engine
This is Rietveld 408576698