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

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

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 04c5c2ba66f9c22cbb27cf2a066b3ea4a40e13d3..bb906fc7d478e0ae3edd730aa12616b77607b6d3 100644
--- a/client/dom/generated/src/frog/DOMWindow.dart
+++ b/client/dom/generated/src/frog/DOMWindow.dart
@@ -13,6 +13,8 @@ class DOMWindow native "DOMWindow" {
String defaultStatus;
+ String defaultstatus;
+
num devicePixelRatio;
Document document;
@@ -239,6 +241,8 @@ class DOMWindow native "DOMWindow" {
NotificationCenter webkitNotifications;
+ DOMURL webkitURL;
+
DOMWindow window;
void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
@@ -269,6 +273,8 @@ class DOMWindow native "DOMWindow" {
CSSStyleDeclaration getComputedStyle(Element element, String pseudoElement) native;
+ CSSRuleList getMatchedCSSRules(Element element, String pseudoElement) native;
+
DOMSelection getSelection() native;
MediaQueryList matchMedia(String query) native;

Powered by Google App Engine
This is Rietveld 408576698