| Index: LayoutTests/fast/filesystem/script-tests/read-directory.js | 
| diff --git a/LayoutTests/fast/filesystem/script-tests/read-directory.js b/LayoutTests/fast/filesystem/script-tests/read-directory.js | 
| index 313db53888a9cb7d51fd62fd88931228c23d2983..a401b654abbd5f738c5245c7bd04f6c68a21afc6 100644 | 
| --- a/LayoutTests/fast/filesystem/script-tests/read-directory.js | 
| +++ b/LayoutTests/fast/filesystem/script-tests/read-directory.js | 
| @@ -25,7 +25,7 @@ function endTest() | 
|  | 
| function errorCallback(error) | 
| { | 
| -    debug("Error occured:" + error.code); | 
| +    debug("Error occured:" + error.name); | 
| endTest(); | 
| } | 
|  | 
|  |