| Index: LayoutTests/fast/filesystem/resources/directory-entry-to-uri.js
|
| diff --git a/LayoutTests/fast/filesystem/resources/directory-entry-to-uri.js b/LayoutTests/fast/filesystem/resources/directory-entry-to-uri.js
|
| index 92e8e2c153555e4addbfe84565d3a91146046b0c..464e46b70073b032b1be3edcd73334f7e705c84d 100644
|
| --- a/LayoutTests/fast/filesystem/resources/directory-entry-to-uri.js
|
| +++ b/LayoutTests/fast/filesystem/resources/directory-entry-to-uri.js
|
| @@ -11,7 +11,7 @@ var testDirectoryName = 'testDirectory';
|
| var testDirectoryURI = null;
|
|
|
| function errorCallback(error) {
|
| - testFailed("Error occured:" + error.code);
|
| + testFailed("Error occured:" + error.name);
|
| finishJSTest();
|
| }
|
|
|
|
|