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

Unified Diff: sdk/lib/html/dartium/html_dartium.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 | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tools/dom/templates/html/impl/impl_Document.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dartium/html_dartium.dart
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
index 3bd668148510230cf7601de87f91e0a4718e94f2..c559b5f79a95519955bfa4d1ddfc69b164d95c09 100644
--- a/sdk/lib/html/dartium/html_dartium.dart
+++ b/sdk/lib/html/dartium/html_dartium.dart
@@ -7624,7 +7624,7 @@ class DivElement extends HtmlElement {
// BSD-style license that can be found in the LICENSE file.
-@DocsEditable
+@DocsEditable()
/**
* The base class for all documents.
*
@@ -9489,7 +9489,7 @@ class _FrozenElementList<T extends Element> extends ListBase<T> implements Eleme
}
-@DocsEditable
+@DocsEditable()
/**
* An abstract class, which all HTML elements extend.
*/
@@ -27371,7 +27371,7 @@ class WheelEvent extends MouseEvent {
// BSD-style license that can be found in the LICENSE file.
-@DocsEditable
+@DocsEditable()
@DomName('Window')
class Window extends EventTarget implements WindowBase, WindowTimers, WindowBase64 {
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tools/dom/templates/html/impl/impl_Document.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698