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

Unified Diff: dart/lib/compiler/implementation/elements/elements.dart

Issue 11088003: Fix warnings in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix long line Created 8 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
Index: dart/lib/compiler/implementation/elements/elements.dart
diff --git a/dart/lib/compiler/implementation/elements/elements.dart b/dart/lib/compiler/implementation/elements/elements.dart
index d3376b4614c96518fee60a06f8dc3de817b3d99d..3dfee4956fba2b2051c86d758a4487239b3ca02a 100644
--- a/dart/lib/compiler/implementation/elements/elements.dart
+++ b/dart/lib/compiler/implementation/elements/elements.dart
@@ -520,7 +520,7 @@ class LibraryElement extends ScopeContainerElement {
Link<CompilationUnitElement> compilationUnits =
const EmptyLink<CompilationUnitElement>();
Link<LibraryTag> tags = const EmptyLink<LibraryTag>();
- LibraryTag libraryTag;
+ LibraryName libraryTag;
bool canUseNative = false;
/**

Powered by Google App Engine
This is Rietveld 408576698