| Index: LayoutTests/fast/filesystem/script-tests/flags-passing.js
|
| diff --git a/LayoutTests/fast/filesystem/script-tests/flags-passing.js b/LayoutTests/fast/filesystem/script-tests/flags-passing.js
|
| index 92e0c494be36452735788ef33117dbd9b6088457..0c0755fe560ac1604ef1bd831e5be5796ba65ba9 100644
|
| --- a/LayoutTests/fast/filesystem/script-tests/flags-passing.js
|
| +++ b/LayoutTests/fast/filesystem/script-tests/flags-passing.js
|
| @@ -28,7 +28,7 @@ function runNextTest(v) {
|
| }
|
|
|
| function errorCallback(error) {
|
| - debug("Error occured during requesting Temporary FileSystem:" + error.code);
|
| + debug("Error occured during requesting Temporary FileSystem:" + error.name);
|
| finishJSTest();
|
| }
|
|
|
|
|