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

Unified Diff: lib/html/templates/html/dartium/cpp_resolver.template

Issue 10987019: Refactor file paths handling in generator. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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: lib/html/templates/html/dartium/cpp_resolver.template
diff --git a/lib/html/templates/html/dartium/cpp_resolver.template b/lib/html/templates/html/dartium/cpp_resolver.template
index 9edc649e72136e0fb888f1c4f4005bf8fe498a80..3c8ac57194709c67eb4e8d2d7eedd7422a247e24 100644
--- a/lib/html/templates/html/dartium/cpp_resolver.template
+++ b/lib/html/templates/html/dartium/cpp_resolver.template
@@ -5,13 +5,13 @@
// WARNING: Do not edit - generated code.
#include "config.h"
-$INCLUDES
+$!INCLUDES
namespace WebCore {
Dart_NativeFunction snapshotResolver(Dart_Handle name, int argumentCount)
{
-$RESOLVER_BODY
+$!RESOLVER_BODY
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698