| Index: Source/bindings/core/v8/WrapperTypeInfo.h
|
| diff --git a/Source/bindings/core/v8/WrapperTypeInfo.h b/Source/bindings/core/v8/WrapperTypeInfo.h
|
| index b4946b4b7ce41c06b931e1b6024ce69fcf8158fb..07f246393ecf8a81f9a2ed657949decb4dfd125d 100644
|
| --- a/Source/bindings/core/v8/WrapperTypeInfo.h
|
| +++ b/Source/bindings/core/v8/WrapperTypeInfo.h
|
| @@ -182,6 +182,7 @@ struct WrapperTypeInfo {
|
| const ResolveWrapperReachabilityFunction visitDOMWrapperFunction;
|
| InstallConditionallyEnabledMethodsFunction installConditionallyEnabledMethodsFunction;
|
| const InstallConditionallyEnabledPropertiesFunction installConditionallyEnabledPropertiesFunction;
|
| + const char* const interfaceName;
|
| const WrapperTypeInfo* parentClass;
|
| const unsigned wrapperTypePrototype : 1; // WrapperTypePrototype
|
| const unsigned wrapperClassId : 2; // WrapperClassId
|
|
|