| Index: tools/dom/templates/html/dartium/cpp_header.template
|
| diff --git a/tools/dom/templates/html/dartium/cpp_header.template b/tools/dom/templates/html/dartium/cpp_header.template
|
| index 00b95c2a5828324858b6bce4a1f270be15e121a8..5a6a8de4469878045509dccf0a00de8f8cab5a27 100644
|
| --- a/tools/dom/templates/html/dartium/cpp_header.template
|
| +++ b/tools/dom/templates/html/dartium/cpp_header.template
|
| @@ -16,6 +16,7 @@ namespace WebCore {
|
| struct Dart$INTERFACE {
|
| static const char* const dartImplementationClassName;
|
| static const char* const dartImplementationLibraryName;
|
| + static const int dartClassId;
|
| typedef $WEBCORE_CLASS_NAME NativeType;
|
| static const bool isNode = $IS_NODE;
|
| static const bool isActive = $IS_ACTIVE;
|
|
|