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

Unified Diff: client/dom/generated/src/frog/DOMWindow.dart

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/src/frog/DOMWindow.dart
diff --git a/client/dom/generated/src/frog/DOMWindow.dart b/client/dom/generated/src/frog/DOMWindow.dart
index 05a541a7ff08c0a74139bf157cdad14d86a70441..2cc09feada633a7f644abe1d62e227ac57fed764 100644
--- a/client/dom/generated/src/frog/DOMWindow.dart
+++ b/client/dom/generated/src/frog/DOMWindow.dart
@@ -219,6 +219,8 @@ class DOMWindowJs extends DOMTypeJs implements DOMWindow native "@*DOMWindow" {
DOMWindowJs open(String url, String name, [String options = null]) native;
+ DatabaseJs openDatabase(String name, String version, String displayName, int estimatedSize, [DatabaseCallback creationCallback = null]) native;
+
void postMessage(String message, String targetOrigin, [List messagePorts = null]) native;
void print() native;

Powered by Google App Engine
This is Rietveld 408576698