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

Unified Diff: lib/src/treebuilder.dart

Issue 1312363005: Add Element.endSourceSpan (Closed) Base URL: https://github.com/dart-lang/html@master
Patch Set: Created 5 years, 4 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 | « lib/parser.dart ('k') | test/parser_feature_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/treebuilder.dart
diff --git a/lib/src/treebuilder.dart b/lib/src/treebuilder.dart
index 409cba429a491a3a19e892617438c8db7281c8ee..83e679a7ccfd7d4c9da72cabb0588656be7d392a 100644
--- a/lib/src/treebuilder.dart
+++ b/lib/src/treebuilder.dart
@@ -78,7 +78,7 @@ class TreeBuilder {
Node headPointer;
- Node formPointer;
+ Element formPointer;
/// Switch the function used to insert an element from the
/// normal one to the misnested table one and back again
« no previous file with comments | « lib/parser.dart ('k') | test/parser_feature_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698