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

Unified Diff: sdk/lib/html/dart2js/html_dart2js.dart

Issue 27429002: Fixing mirrors on Window, Document and Element (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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:
Download patch
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dart2js/html_dart2js.dart
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
index 83f6fbf1321d144eae60e65a00ff0bb75c37be71..4db5a727482953e1980c53a4e63db8a3a056af9a 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -7094,7 +7094,7 @@ class DivElement extends HtmlElement native "HTMLDivElement" {
// BSD-style license that can be found in the LICENSE file.
-@DocsEditable
+@DocsEditable()
/**
* The base class for all documents.
*
@@ -8936,7 +8936,7 @@ class _FrozenElementList<T extends Element> extends ListBase<T> implements Eleme
}
-@DocsEditable
+@DocsEditable()
/**
* An abstract class, which all HTML elements extend.
*/
@@ -25410,7 +25410,7 @@ class WheelEvent extends MouseEvent native "WheelEvent,MouseWheelEvent,MouseScro
// BSD-style license that can be found in the LICENSE file.
-@DocsEditable
+@DocsEditable()
@DomName('Window')
class Window extends EventTarget implements WindowBase, WindowTimers, WindowBase64 native "Window,DOMWindow" {
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698