Chromium Code Reviews| 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..1ddbe8ec9d4fed261885fe3a039732db4d2053eb 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 intptr_t kBindingCid; |
|
vsm
2013/09/10 04:41:27
Use Blink style instead:
static const int dartCla
|
| typedef $WEBCORE_CLASS_NAME NativeType; |
| static const bool isNode = $IS_NODE; |
| static const bool isActive = $IS_ACTIVE; |