| Index: sdk/lib/html/templates/html/dartium/cpp_header.template
|
| diff --git a/sdk/lib/html/templates/html/dartium/cpp_header.template b/sdk/lib/html/templates/html/dartium/cpp_header.template
|
| index 3c1cb5c0d7b38235f50dac2e7dd8fed43a742235..bbe5835ba6b076a70e911b43132560071e6ebf0c 100644
|
| --- a/sdk/lib/html/templates/html/dartium/cpp_header.template
|
| +++ b/sdk/lib/html/templates/html/dartium/cpp_header.template
|
| @@ -15,6 +15,7 @@ namespace WebCore {
|
|
|
| struct Dart$INTERFACE {
|
| static const char* const dartImplementationClassName;
|
| + static const char* const dartImplementationLibraryName;
|
| typedef $WEBCORE_CLASS_NAME NativeType;
|
| static const bool isNode = $IS_NODE;
|
| static const bool isActive = $IS_ACTIVE;
|
|
|