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

Unified Diff: lib/src/treebuilder.dart

Issue 2390773002: Fix strong mode error 'Could not infer type parameter' (Closed)
Patch Set: Created 4 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | 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 83e679a7ccfd7d4c9da72cabb0588656be7d392a..6be687e356e23a929bf2b1a1305ac11635d13de6 100644
--- a/lib/src/treebuilder.dart
+++ b/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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698