Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Unified Diff: LayoutTests/storage/websql/execute-sql-args.js

Issue 949193002: [bindings] Remove SQLTransaction's usage of custom binding. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed exception Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/storage/websql/execute-sql-args.js
diff --git a/LayoutTests/storage/websql/execute-sql-args.js b/LayoutTests/storage/websql/execute-sql-args.js
index ae95c8ed9dc3930e45641b4087b4b1d5df980d7a..551f0670cd79b1e457cabd9122726a20bcb3bfe0 100644
--- a/LayoutTests/storage/websql/execute-sql-args.js
+++ b/LayoutTests/storage/websql/execute-sql-args.js
@@ -16,7 +16,6 @@ var expectNoException = [
'"", undefined',
'"", []',
'"", [ "arg0" ]',
- '"", { }',
'"", { length: 0 }',
'"", { length: 1, 0: "arg0" }',
'"", null, null',
@@ -35,6 +34,7 @@ var expectException = [
'"", [ throwOnToStringObject ]',
'"", 0',
'"", ""',
+ '"", { }',
'"", null, 0',
'"", null, ""',
'"", null, { }',

Powered by Google App Engine
This is Rietveld 408576698