diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html b/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html index e535a7c..7ccb68c 100644 --- a/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html +++ b/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html @@ -9,7 +9,7 @@ description('This test tries calling various filesystem functions with too few a function errorCallback(error) { - debug("Error occured:" + error.code); + debug("Error occured:" + error.name); finishJSTest(); } |