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

Unified Diff: client/dom/generated/wrapping_dom_externs.js

Issue 9303011: Implement WebKit IDL 'module' feature [Supplemental=Foo] (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: manual fix Created 8 years, 11 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: client/dom/generated/wrapping_dom_externs.js
diff --git a/client/dom/generated/wrapping_dom_externs.js b/client/dom/generated/wrapping_dom_externs.js
index a7b0e47d416c95dbe541bcca5d197f22fd243bf5..6a88e23e43fc903cfc7c14d9dc6d9d4efc660df5 100644
--- a/client/dom/generated/wrapping_dom_externs.js
+++ b/client/dom/generated/wrapping_dom_externs.js
@@ -1035,7 +1035,7 @@ dom_externs.onwriteend; // attribute FileWriter.onwriteend
dom_externs.onwritestart; // attribute FileWriter.onwritestart
dom_externs.open; // operation DOMWindow.open, attribute HTMLDetailsElement.open, operation HTMLDocument.open, operation IDBFactory.open, operation XMLHttpRequest.open
dom_externs.openCursor; // operation IDBIndex.openCursor, operation IDBObjectStore.openCursor
-dom_externs.openDatabase; // operation WorkerContext.openDatabase
+dom_externs.openDatabase; // operation DOMWindow.openDatabase, operation WorkerContext.openDatabase
dom_externs.openDatabaseSync; // operation WorkerContext.openDatabaseSync
dom_externs.openKeyCursor; // operation IDBIndex.openKeyCursor
dom_externs.opener; // attribute DOMWindow.opener

Powered by Google App Engine
This is Rietveld 408576698