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

Unified Diff: client/html/src/_FactoryProviders.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
« no previous file with comments | « client/html/src/XMLHttpRequestWrappingImplementation.dart ('k') | frog/member.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/_FactoryProviders.dart
diff --git a/client/html/src/_FactoryProviders.dart b/client/html/src/_FactoryProviders.dart
index 11334a79eece3e574c2f6cf0deedf3c7b59638f6..3bfcc308201b779f976df354df77b66afabb14ff 100644
--- a/client/html/src/_FactoryProviders.dart
+++ b/client/html/src/_FactoryProviders.dart
@@ -23,6 +23,7 @@ class _CSSMatrixFactoryProvider {
class _PointFactoryProvider {
+ /** @domName Window.createWebKitPoint */
factory Point(num x, num y) {
return new PointWrappingImplementation._wrap(new dom.WebKitPoint(x, y));
}
« no previous file with comments | « client/html/src/XMLHttpRequestWrappingImplementation.dart ('k') | frog/member.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698