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

Unified Diff: frog/tokenizer.g.dart

Issue 8457007: Better runtime type checks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merged, and fix typo in member name Created 9 years, 1 month 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: frog/tokenizer.g.dart
diff --git a/frog/tokenizer.g.dart b/frog/tokenizer.g.dart
index b05c27f9b499606946a8686583bbb2252b816550..994632771eda2ae55b1c52cdf8de78f566a7fb0d 100644
--- a/frog/tokenizer.g.dart
+++ b/frog/tokenizer.g.dart
@@ -1,7 +1,7 @@
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// 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.
-// Generated by ./scripts/tokenizer_gen.py.
+// Generated by scripts/tokenizer_gen.py.
/** A generated file that extends the hand coded methods in TokenizerBase. */

Powered by Google App Engine
This is Rietveld 408576698