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

Unified Diff: packages/html/lib/src/treebuilder.dart

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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 | « packages/html/lib/src/tokenizer.dart ('k') | packages/html/lib/src/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/html/lib/src/treebuilder.dart
diff --git a/packages/html/lib/src/treebuilder.dart b/packages/html/lib/src/treebuilder.dart
index 83e679a7ccfd7d4c9da72cabb0588656be7d392a..6be687e356e23a929bf2b1a1305ac11635d13de6 100644
--- a/packages/html/lib/src/treebuilder.dart
+++ b/packages/html/lib/src/treebuilder.dart
@@ -352,7 +352,7 @@ class TreeBuilder {
// XXX - this is really inelegant
Node lastTable = null;
Node fosterParent = null;
- var insertBefore = null;
+ Node insertBefore = null;
for (var elm in openElements.reversed) {
if (elm.localName == "table") {
lastTable = elm;
« no previous file with comments | « packages/html/lib/src/tokenizer.dart ('k') | packages/html/lib/src/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698