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

Unified Diff: dart/lib/compiler/implementation/scanner/array_based_scanner.dart

Issue 11088003: Fix warnings in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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/scanner/array_based_scanner.dart
diff --git a/dart/lib/compiler/implementation/scanner/array_based_scanner.dart b/dart/lib/compiler/implementation/scanner/array_based_scanner.dart
index d9b4b3bdfd0e6f95eac3fd52ddf6093c5e41d2cb..2647582a7be1bc76820bad56c042ba676158b091 100644
--- a/dart/lib/compiler/implementation/scanner/array_based_scanner.dart
+++ b/dart/lib/compiler/implementation/scanner/array_based_scanner.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-class ArrayBasedScanner<S extends SourceString> extends AbstractScanner<S> {
+abstract class ArrayBasedScanner<S extends SourceString> extends AbstractScanner<S> {
karlklose 2012/10/08 13:35:37 Long line.
ahe 2012/10/08 13:38:03 Done.
int get charOffset => byteOffset + extraCharOffset;
final Token tokens;
Token tail;
« no previous file with comments | « dart/lib/compiler/implementation/elements/elements.dart ('k') | dart/lib/compiler/implementation/scanner/keyword.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698