| Index: tools/dom/templates/html/dartium/cpp_implementation.template
|
| diff --git a/tools/dom/templates/html/dartium/cpp_implementation.template b/tools/dom/templates/html/dartium/cpp_implementation.template
|
| index d06cb8d2a3542daf0e850e9a08bb32c803e89ca6..7c9e45c27e1af790823098c939b7a98a2e380bfc 100644
|
| --- a/tools/dom/templates/html/dartium/cpp_implementation.template
|
| +++ b/tools/dom/templates/html/dartium/cpp_implementation.template
|
| @@ -24,5 +24,6 @@ $RESOLVER
|
|
|
| const char* const Dart$(INTERFACE)::dartImplementationClassName = "$DART_IMPLEMENTATION_CLASS";
|
| const char* const Dart$(INTERFACE)::dartImplementationLibraryName = "$DART_IMPLEMENTATION_LIBRARY";
|
| +DartWrapperTypeInfo Dart$(INTERFACE)::info;
|
|
|
| }
|
|
|