Index: client/html/src/WindowWrappingImplementation.dart |
diff --git a/client/html/src/WindowWrappingImplementation.dart b/client/html/src/WindowWrappingImplementation.dart |
index 2afda2269b06fc6e25afbe6b96eb464be6eaf0ba..94ea620a1279adec04d7997b7e0ad289798145ca 100644 |
--- a/client/html/src/WindowWrappingImplementation.dart |
+++ b/client/html/src/WindowWrappingImplementation.dart |
@@ -84,6 +84,7 @@ class WindowEventsImplementation extends EventsImplementation |
EventListenerList get contentLoaded() => _get('DOMContentLoaded'); |
} |
+/** @domName DOMWindow */ |
Jacob
2011/11/21 23:12:11
Use @domName Window instead
DOMWindow is a WebKit
nweiz
2011/11/22 01:11:09
This needs to point at the class name as defined i
|
class WindowWrappingImplementation extends EventTargetWrappingImplementation implements Window { |
WindowWrappingImplementation._wrap(ptr) : super._wrap(ptr); |