| Index: client/dom/frog/frog_dom.dart
|
| diff --git a/client/dom/frog/frog_dom.dart b/client/dom/frog/frog_dom.dart
|
| index d3e81a75463541d653c9cd7894238e65c7f5fcee..1cf128cf220bbdaa04507cf861b79242851b8ead 100644
|
| --- a/client/dom/frog/frog_dom.dart
|
| +++ b/client/dom/frog/frog_dom.dart
|
| @@ -992,7 +992,8 @@ class DOMURL native "*DOMURL" {
|
| String get typeName() native;
|
| }
|
|
|
| -class DOMWindow native "*DOMWindow" {
|
| +// TODO(jmesserly): generator needs to know to put in @
|
| +class DOMWindow native "@*DOMWindow" {
|
|
|
| DOMApplicationCache applicationCache;
|
|
|
|
|