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

Unified Diff: tools/dom/templates/html/dartium/cpp_implementation.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
Index: tools/dom/templates/html/dartium/cpp_implementation.template
===================================================================
--- tools/dom/templates/html/dartium/cpp_implementation.template (revision 31241)
+++ tools/dom/templates/html/dartium/cpp_implementation.template (working copy)
@@ -19,7 +19,7 @@
$CALLBACKS
}
-Dart_NativeFunction Dart$(INTERFACE)::resolver(Dart_Handle nameHandle, int argumentCount)
+Dart_NativeFunction Dart$(INTERFACE)::resolver(Dart_Handle nameHandle, int argumentCount, bool* autoSetupScope)
{
String name = DartUtilities::toString(nameHandle);
« no previous file with comments | « tools/dom/templates/html/dartium/cpp_header.template ('k') | tools/dom/templates/html/dartium/cpp_resolver.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698