Index: LayoutTests/storage/websql/execute-sql-args-expected.txt |
diff --git a/LayoutTests/storage/websql/execute-sql-args-expected.txt b/LayoutTests/storage/websql/execute-sql-args-expected.txt |
index 83aa241b7347b5a2ba5bf9f30c4e8b7e7195f15c..78fee448eb3d0facb99fe07ce83a9d5f605c97f1 100644 |
--- a/LayoutTests/storage/websql/execute-sql-args-expected.txt |
+++ b/LayoutTests/storage/websql/execute-sql-args-expected.txt |
@@ -6,7 +6,6 @@ PASS. executeSql("", null) did not throw an exception |
PASS. executeSql("", undefined) did not throw an exception |
PASS. executeSql("", []) did not throw an exception |
PASS. executeSql("", [ "arg0" ]) did not throw an exception |
-PASS. executeSql("", { }) did not throw an exception |
PASS. executeSql("", { length: 0 }) did not throw an exception |
PASS. executeSql("", { length: 1, 0: "arg0" }) did not throw an exception |
PASS. executeSql("", null, null) did not throw an exception |
@@ -22,6 +21,7 @@ PASS. executeSql("", throwOnGetZeroObject) threw an exception as expected. |
PASS. executeSql("", [ throwOnToStringObject ]) threw an exception as expected. |
PASS. executeSql("", 0) threw an exception as expected. |
PASS. executeSql("", "") threw an exception as expected. |
+PASS. executeSql("", { }) threw an exception as expected. |
PASS. executeSql("", null, 0) threw an exception as expected. |
PASS. executeSql("", null, "") threw an exception as expected. |
PASS. executeSql("", null, { }) threw an exception as expected. |