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

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

Issue 11348093: Dart generation changes for splitting apart resolvers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « sdk/lib/html/scripts/systemnative.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/templates/html/dartium/cpp_resolver.template
diff --git a/sdk/lib/html/templates/html/dartium/cpp_resolver.template b/sdk/lib/html/templates/html/dartium/cpp_resolver.template
index 3c8ac57194709c67eb4e8d2d7eedd7422a247e24..e104ebe2ce383935551244e28fdedb2fba01736b 100644
--- a/sdk/lib/html/templates/html/dartium/cpp_resolver.template
+++ b/sdk/lib/html/templates/html/dartium/cpp_resolver.template
@@ -9,7 +9,7 @@ $!INCLUDES
namespace WebCore {
-Dart_NativeFunction snapshotResolver(Dart_Handle name, int argumentCount)
+Dart_NativeFunction $(LIBRARY_NAME)SnapshotResolver(Dart_Handle name, int argumentCount)
{
$!RESOLVER_BODY
return 0;
« no previous file with comments | « sdk/lib/html/scripts/systemnative.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698