| 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 e104ebe2ce383935551244e28fdedb2fba01736b..3c8ac57194709c67eb4e8d2d7eedd7422a247e24 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 $(LIBRARY_NAME)SnapshotResolver(Dart_Handle name, int argumentCount)
|
| +Dart_NativeFunction snapshotResolver(Dart_Handle name, int argumentCount)
|
| {
|
| $!RESOLVER_BODY
|
| return 0;
|
|
|