| 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..79e66052fed7d5058eafa4a1d99cb03e746712c1 100644
|
| --- a/tools/dom/templates/html/dartium/cpp_implementation.template
|
| +++ b/tools/dom/templates/html/dartium/cpp_implementation.template
|
| @@ -28,5 +28,5 @@ $RESOLVER
|
|
|
| const char* const Dart$(INTERFACE)::dartImplementationClassName = "$DART_IMPLEMENTATION_CLASS";
|
| const char* const Dart$(INTERFACE)::dartImplementationLibraryName = "$DART_IMPLEMENTATION_LIBRARY";
|
| -
|
| +intptr_t Dart$(INTERFACE)::kBindingCid = DartDOMWrapper::NumCustomBindingCids + $CID;
|
| }
|
|
|