diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/filesystem/resources/file-entry-to-uri.js')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/filesystem/resources/file-entry-to-uri.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/resources/file-entry-to-uri.js b/third_party/WebKit/LayoutTests/fast/filesystem/resources/file-entry-to-uri.js index c5514e7..f086e54 100644 --- a/third_party/WebKit/LayoutTests/fast/filesystem/resources/file-entry-to-uri.js +++ b/third_party/WebKit/LayoutTests/fast/filesystem/resources/file-entry-to-uri.js @@ -11,7 +11,7 @@ var testFileName = 'testFileEntry.txt'; var testFileURI = null; function errorCallback(error) { - testFailed("Error occured:" + error.code); + testFailed("Error occured:" + error.name); finishJSTest(); } |