| Index: lib/dom/templates/dom/native/cpp_header.template
|
| diff --git a/lib/dom/templates/dom/native/cpp_header.template b/lib/dom/templates/dom/native/cpp_header.template
|
| index c5903dd47e27deff6485d3378232a5c66c9a6a02..3c1cb5c0d7b38235f50dac2e7dd8fed43a742235 100644
|
| --- a/lib/dom/templates/dom/native/cpp_header.template
|
| +++ b/lib/dom/templates/dom/native/cpp_header.template
|
| @@ -16,7 +16,9 @@ namespace WebCore {
|
| struct Dart$INTERFACE {
|
| static const char* const dartImplementationClassName;
|
| typedef $WEBCORE_CLASS_NAME NativeType;
|
| - typedef $NATIVE_TRAITS_TYPE NativeTraits;
|
| + static const bool isNode = $IS_NODE;
|
| + static const bool isActive = $IS_ACTIVE;
|
| + static const bool isEventTarget = $IS_EVENT_TARGET;
|
|
|
| $TO_NATIVE
|
| $TO_DART
|
|
|