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

Unified Diff: client/html/src/ElementWrappingImplementation.dart

Issue 9110046: Fix various warnings and errors in html_diff and its annotations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge head Created 8 years, 11 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
« no previous file with comments | « client/html/src/DocumentWrappingImplementation.dart ('k') | client/html/src/LoseContext.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/ElementWrappingImplementation.dart
diff --git a/client/html/src/ElementWrappingImplementation.dart b/client/html/src/ElementWrappingImplementation.dart
index 64d521f74b04180e64686b777b746d17abfb640b..4393442021dcf0d91793047fd335bdf2c3508a44 100644
--- a/client/html/src/ElementWrappingImplementation.dart
+++ b/client/html/src/ElementWrappingImplementation.dart
@@ -574,7 +574,7 @@ class ElementWrappingImplementation extends NodeWrappingImplementation implement
/**
* @domName childElementCount, firstElementChild, lastElementChild,
- * children, appendChild
+ * children, Node.appendChild
*/
ElementList get elements() {
if (_elements == null) {
« no previous file with comments | « client/html/src/DocumentWrappingImplementation.dart ('k') | client/html/src/LoseContext.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698