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

Unified Diff: runtime/vm/corelib_impl_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 | « runtime/tools/create_string_literal.py ('k') | runtime/vm/corelib_in.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/corelib_impl_in.cc
===================================================================
--- runtime/vm/corelib_impl_in.cc (revision 4280)
+++ runtime/vm/corelib_impl_in.cc (working copy)
@@ -9,8 +9,8 @@
// The string on the next line will be filled in with the contents of the
// bootstrap dart files.
-const char Bootstrap::corelib_impl_source_[] =
-{{DART_SOURCE}}
- ; /* NOLINT */
+const char Bootstrap::corelib_impl_source_[] = {
+ {{DART_SOURCE}}
+};
} // namespace dart
« no previous file with comments | « runtime/tools/create_string_literal.py ('k') | runtime/vm/corelib_in.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698