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

Unified Diff: dart/site/try/src/editor.dart

Issue 214513005: Add CompilationUnit abstraction for tracking "project files". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add comments. Created 6 years, 9 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/site/try/src/editor.dart
diff --git a/dart/site/try/src/editor.dart b/dart/site/try/src/editor.dart
index 9f8d157b42261f5c8345583056beaffc3d1e1462..bc80134611903092a7420be2a7a3dcf9901869fd 100644
--- a/dart/site/try/src/editor.dart
+++ b/dart/site/try/src/editor.dart
@@ -120,7 +120,6 @@ Element getElementAtSelection() {
}
bool isMalformedInput = false;
-String currentSource = "";
addDiagnostic(String kind, String message, int begin, int end) {
observer.disconnect();

Powered by Google App Engine
This is Rietveld 408576698