Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webdatabase / SQLTransaction.idl
index d506b75..f7508bc 100644 (file)
  */
 
 [
-    NoInterfaceObject
+    NoInterfaceObject,
 ] interface SQLTransaction {
     [Custom] void executeSql(DOMString sqlStatement,
-                             ObjectArray arguments,
+                             object[] arguments,
                              optional SQLStatementCallback callback,
                              optional SQLStatementErrorCallback errorCallback);