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

Unified Diff: client/html/src/WindowWrappingImplementation.dart

Issue 8548019: Add a script for determining which DOM methods correspond to which HTML methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More code review changes 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/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);

Powered by Google App Engine
This is Rietveld 408576698