Chromium Code Reviews

Unified Diff: dart/lib/compiler/implementation/ssa/js_names.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (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.
Jump to:
View side-by-side diff with in-line comments
Index: dart/lib/compiler/implementation/ssa/js_names.dart
diff --git a/dart/lib/compiler/implementation/ssa/js_names.dart b/dart/lib/compiler/implementation/ssa/js_names.dart
index 4a4ae60ffd7d59bfacf76af3c0cf975bc0cdf943..baa468e2eb368e58747c0f85985e084e8296bfb7 100644
--- a/dart/lib/compiler/implementation/ssa/js_names.dart
+++ b/dart/lib/compiler/implementation/ssa/js_names.dart
@@ -2,8 +2,6 @@
// 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.
-part of ssa;
-
class JsNames {
static const javaScriptKeywords = const <String>[
// These are current keywords
« no previous file with comments | « dart/lib/compiler/implementation/ssa/codegen_helpers.dart ('k') | dart/lib/compiler/implementation/ssa/nodes.dart » ('j') | no next file with comments »

Powered by Google App Engine