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

Unified Diff: runtime/bin/builtin_in.cc

Issue 9407017: Revert my last change. Windows dislikes long strings... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 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
« no previous file with comments | « no previous file | runtime/bin/io_in.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin_in.cc
===================================================================
--- runtime/bin/builtin_in.cc (revision 4280)
+++ runtime/bin/builtin_in.cc (working copy)
@@ -11,6 +11,6 @@
// builtin.dart file.
// This string forms the content of builtin functionality which is injected
// into standalone dart to provide some test/debug functionality.
-const char Builtin::builtin_source_[] =
-{{DART_SOURCE}}
- ; /* NOLINT */
+const char Builtin::builtin_source_[] = {
+ {{DART_SOURCE}}
+};
« no previous file with comments | « no previous file | runtime/bin/io_in.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698