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

Unified Diff: lib/src/server/server.dart

Issue 1523353002: Fixes for html report (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Reformat Created 5 years 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/src/server/dependency_graph.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/server/server.dart
diff --git a/lib/src/server/server.dart b/lib/src/server/server.dart
index 5e16efd784a675361be8d90bd0797160a1f54b3e..afc7982b56ad67a43abb86f6c9102e02ce7bc423 100644
--- a/lib/src/server/server.dart
+++ b/lib/src/server/server.dart
@@ -89,6 +89,7 @@ class ServerCompiler extends AbstractCompiler {
}
bool _buildSource(SourceNode node) {
+ node.clearSummary();
if (node is HtmlSourceNode) {
_buildHtmlFile(node);
} else if (node is DartSourceNode) {
« no previous file with comments | « lib/src/server/dependency_graph.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698