| Index: LayoutTests/fast/filesystem/resources/async-operations.js
|
| diff --git a/LayoutTests/fast/filesystem/resources/async-operations.js b/LayoutTests/fast/filesystem/resources/async-operations.js
|
| index e509b9b54d239416d452d554bd4054f578340012..f0fff3fb87a691ea0dfc6258395519d2ff0e52d7 100644
|
| --- a/LayoutTests/fast/filesystem/resources/async-operations.js
|
| +++ b/LayoutTests/fast/filesystem/resources/async-operations.js
|
| @@ -18,7 +18,7 @@ var dirsCount = 0;
|
| var reader = null;
|
|
|
| function errorCallback(error) {
|
| - debug("Got error: " + error.code);
|
| + debug("Got error: " + error.name);
|
| removeAllInDirectory(fileSystem.root);
|
| finishJSTest();
|
| }
|
|
|