| 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 3ca2ad61e2517445eac1ca64b321d212bd1a1e91..4e3d741f49a92a4096ae5bbf38aff52916ad20cd 100644
|
| --- a/tools/dom/templates/html/dartium/cpp_implementation.template
|
| +++ b/tools/dom/templates/html/dartium/cpp_implementation.template
|
| @@ -5,6 +5,7 @@
|
| // WARNING: Do not edit - generated code.
|
|
|
| #include "config.h"
|
| +#include "DartWebkitClassIds.h"
|
| #include "Dart$(INTERFACE).h"
|
|
|
| $INCLUDES
|
| @@ -28,5 +29,5 @@ $RESOLVER
|
|
|
| const char* const Dart$(INTERFACE)::dartImplementationClassName = "$DART_IMPLEMENTATION_CLASS";
|
| const char* const Dart$(INTERFACE)::dartImplementationLibraryName = "$DART_IMPLEMENTATION_LIBRARY";
|
| -
|
| +const int Dart$(INTERFACE)::dartClassId = $(INTERFACE)ClassId;
|
| }
|
|
|