summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/filesystem/resources/simple-required-arguments-remove.js
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/filesystem/resources/simple-required-arguments-remove.js')
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/resources/simple-required-arguments-remove.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/resources/simple-required-arguments-remove.js b/third_party/WebKit/LayoutTests/fast/filesystem/resources/simple-required-arguments-remove.js
index 654da74..747057d 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/resources/simple-required-arguments-remove.js
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/resources/simple-required-arguments-remove.js
@@ -9,7 +9,7 @@ description("Entry.remove() required arguments test.");
var fileSystem = null;
function errorCallback(error) {
- debug("Error occured while requesting a TEMPORARY file system:" + error.code);
+ debug("Error occured while requesting a TEMPORARY file system:" + error.name);
finishJSTest();
}