| 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;
|
|
|