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

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: Use "Window" instead of "DOMWindow". 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..f5eaded722fb25b1edbfa4ec81b170c64cea2800 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 Window */
class WindowWrappingImplementation extends EventTargetWrappingImplementation implements Window {
WindowWrappingImplementation._wrap(ptr) : super._wrap(ptr);
« no previous file with comments | « client/html/src/TouchEventWrappingImplementation.dart ('k') | client/html/src/XMLHttpRequestWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698