| Index: lib/html/templates/html/dartium/cpp_resolver.template
|
| diff --git a/lib/html/templates/html/dartium/cpp_resolver.template b/lib/html/templates/html/dartium/cpp_resolver.template
|
| index 9edc649e72136e0fb888f1c4f4005bf8fe498a80..3c8ac57194709c67eb4e8d2d7eedd7422a247e24 100644
|
| --- a/lib/html/templates/html/dartium/cpp_resolver.template
|
| +++ b/lib/html/templates/html/dartium/cpp_resolver.template
|
| @@ -5,13 +5,13 @@
|
| // WARNING: Do not edit - generated code.
|
|
|
| #include "config.h"
|
| -$INCLUDES
|
| +$!INCLUDES
|
|
|
| namespace WebCore {
|
|
|
| Dart_NativeFunction snapshotResolver(Dart_Handle name, int argumentCount)
|
| {
|
| -$RESOLVER_BODY
|
| +$!RESOLVER_BODY
|
| return 0;
|
| }
|
|
|
|
|