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

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

Issue 1350063004: Merge mistake removed annotations for dart2js; re-added. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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/svg/dartium/svg_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 1bdcc0d9dfacbb4972ac434a7c930fc8d1855944..15fe25452613f8a368e953d3b0db3eac6f796d27 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -23770,6 +23770,8 @@ class Node extends EventTarget {
*/
@DomName('Node.childNodes')
@DocsEditable()
+ @Returns('NodeList')
+ @Creates('NodeList')
final List<Node> childNodes;
// To suppress missing implicit constructor warnings.
« no previous file with comments | « no previous file | sdk/lib/svg/dartium/svg_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698