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

Unified Diff: lib/html/src/shared_FactoryProviders.dart

Issue 10544204: Some more + cleanups. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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/html/src/shared_FactoryProviders.dart
diff --git a/lib/html/src/shared_FactoryProviders.dart b/lib/html/src/shared_FactoryProviders.dart
index e9ea9238de2f682b10f3e8331f4ff1b90c25dbed..3c73404e0a676f81ad41eaaac97b2e80c3eb3fd3 100644
--- a/lib/html/src/shared_FactoryProviders.dart
+++ b/lib/html/src/shared_FactoryProviders.dart
@@ -90,7 +90,7 @@ class _SVGElementFactoryProvider {
parentTag.innerHTML = svg;
if (parentTag.elements.length == 1) return parentTag.nodes.removeLast();
- throw new IllegalArgumentException('SVG had ${parentTag.elements.length} ' +
+ throw new IllegalArgumentException('SVG had ${parentTag.elements.length} '
'top-level elements but 1 expected');
}
}
« 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