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

Unified Diff: tools/dom/templates/html/dartium/cpp_resolver.template

Issue 113913010: Add auto scope setup parameter to the native resolvers in preparation for (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years 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 | « tools/dom/templates/html/dartium/cpp_implementation.template ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/templates/html/dartium/cpp_resolver.template
===================================================================
--- tools/dom/templates/html/dartium/cpp_resolver.template (revision 31241)
+++ tools/dom/templates/html/dartium/cpp_resolver.template (working copy)
@@ -10,7 +10,7 @@
namespace WebCore {
-Dart_NativeFunction $(LIBRARY_NAME)SnapshotResolver(Dart_Handle name, int argumentCount)
+Dart_NativeFunction $(LIBRARY_NAME)SnapshotResolver(Dart_Handle name, int argumentCount, bool* autoSetupScope)
{
$!RESOLVER_BODY
return 0;
« no previous file with comments | « tools/dom/templates/html/dartium/cpp_implementation.template ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698