| Index: LayoutTests/fast/filesystem/resources/file-entry-to-uri.js
|
| diff --git a/LayoutTests/fast/filesystem/resources/file-entry-to-uri.js b/LayoutTests/fast/filesystem/resources/file-entry-to-uri.js
|
| index c5514e7d956a73c2e70cba0fb37000835bf07022..f086e54752fa06fa7b02981dd3f801285f9f1d45 100644
|
| --- a/LayoutTests/fast/filesystem/resources/file-entry-to-uri.js
|
| +++ b/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();
|
| }
|
|
|
|
|