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

Unified Diff: lib/dom/templates/html/interface/interface_Window.darttemplate

Issue 10068019: Fix ApiDoc to work with new dart:html code. Tweak dart:html generator to generate clearer @domName … (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months 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: lib/dom/templates/html/interface/interface_Window.darttemplate
diff --git a/lib/dom/templates/html/interface/interface_Window.darttemplate b/lib/dom/templates/html/interface/interface_Window.darttemplate
index e7cb614dc06c622e829d76985ac13c3c3b8318ed..e0b40fd6fc6a1c05153f8f0e764ec6bd89918486 100644
--- a/lib/dom/templates/html/interface/interface_Window.darttemplate
+++ b/lib/dom/templates/html/interface/interface_Window.darttemplate
@@ -4,10 +4,9 @@
// WARNING: Do not edit - generated code.
+$!COMMENT
interface $ID$EXTENDS {
- final Document document;
-
/**
* Executes a [callback] after the next batch of browser layout measurements
* has completed or would have completed if any browser layout measurements

Powered by Google App Engine
This is Rietveld 408576698