Chromium Code Reviews| 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..b9322d97c8c140d41930b7a2d5d5f84fb54bf41c 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"; |
| - |
| +const int Dart$(INTERFACE)::dartClassId = DartDOMWrapper::NumCustomBindingClassIds + $CID; |
|
vsm
2013/09/10 20:17:09
I don't think you need NumCustomBindingClassIds.
|
| } |