| 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);
|
|
|
|
|