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