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

Unified Diff: client/dom/generated/src/frog/DOMWindow.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 | « client/dom/frog/frog_dom.dart ('k') | frog/frogsh » ('j') | frog/type.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/DOMWindow.dart
diff --git a/client/dom/generated/src/frog/DOMWindow.dart b/client/dom/generated/src/frog/DOMWindow.dart
index 824e9563d82ef1a56108a49c3184de2621169626..187238547e76d4a04b67ad815bb5a93e06d1630a 100644
--- a/client/dom/generated/src/frog/DOMWindow.dart
+++ b/client/dom/generated/src/frog/DOMWindow.dart
@@ -1,5 +1,6 @@
-class DOMWindow native "*DOMWindow" {
+// TODO(jmesserly): generator needs to know to put in @
+class DOMWindow native "@*DOMWindow" {
DOMApplicationCache applicationCache;
« no previous file with comments | « client/dom/frog/frog_dom.dart ('k') | frog/frogsh » ('j') | frog/type.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698