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

Unified Diff: modules/webdatabase/WindowWebDatabase.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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
« no previous file with comments | « modules/webdatabase/DOMWindowWebDatabase.idl ('k') | modules/webmidi/MIDIAccessPromise.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/webdatabase/WindowWebDatabase.idl
diff --git a/modules/webdatabase/DOMWindowWebDatabase.idl b/modules/webdatabase/WindowWebDatabase.idl
similarity index 96%
rename from modules/webdatabase/DOMWindowWebDatabase.idl
rename to modules/webdatabase/WindowWebDatabase.idl
index 0d525e8e863025530c3b903836889ac9bcc13e0d..842c79bf5abafff64a0f42a442a63a236f55e1fb 100644
--- a/modules/webdatabase/DOMWindowWebDatabase.idl
+++ b/modules/webdatabase/WindowWebDatabase.idl
@@ -24,7 +24,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-partial interface DOMWindow {
+[
+ ImplementedAs=DOMWindowWebDatabase
+] partial interface Window {
[EnabledAtRuntime=database, MeasureAs=OpenWebDatabase, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
};
« no previous file with comments | « modules/webdatabase/DOMWindowWebDatabase.idl ('k') | modules/webmidi/MIDIAccessPromise.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698