| Index: tools/dom/templates/html/dartium/cpp_header.template
|
| ===================================================================
|
| --- tools/dom/templates/html/dartium/cpp_header.template (revision 28179)
|
| +++ tools/dom/templates/html/dartium/cpp_header.template (working copy)
|
| @@ -15,7 +15,7 @@
|
|
|
| struct Dart$INTERFACE {
|
| static const char* const dartImplementationClassName;
|
| - static const char* const dartImplementationLibraryName;
|
| + static const int dartImplementationLibraryId;
|
| static const int dartClassId;
|
| typedef $WEBCORE_CLASS_NAME NativeType;
|
| static const bool isNode = $IS_NODE;
|
|
|