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

Unified Diff: client/dom/frog/frog_dom.dart

Issue 8775027: Frog now knows about the JS global object, and prevents name collisions with user code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | client/dom/generated/src/frog/DOMWindow.dart » ('j') | frog/type.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | client/dom/generated/src/frog/DOMWindow.dart » ('j') | frog/type.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698