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

Unified Diff: pkg/polymer/lib/src/build/script_compactor.dart

Issue 321483004: polymer: update test baseline and fix a type annotation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « pkg/observe/test/path_observer_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/src/build/script_compactor.dart
diff --git a/pkg/polymer/lib/src/build/script_compactor.dart b/pkg/polymer/lib/src/build/script_compactor.dart
index 8b2d1b560f640fb80fd1e4d7446c8ea3d5495a1c..8127edaa5cb5c89598b1d703d1c7747b50e21e63 100644
--- a/pkg/polymer/lib/src/build/script_compactor.dart
+++ b/pkg/polymer/lib/src/build/script_compactor.dart
@@ -554,7 +554,7 @@ class _HtmlExtractor extends TreeVisitor {
}
void _addExpression(String stringExpression, bool inEvent, bool isTwoWay,
- SourceSpan span) {
+ span) {
if (inEvent) {
if (stringExpression.startsWith('@')) {
« no previous file with comments | « pkg/observe/test/path_observer_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698