| Index: Source/bindings/core/v8/WrapperTypeInfo.h
|
| diff --git a/Source/bindings/core/v8/WrapperTypeInfo.h b/Source/bindings/core/v8/WrapperTypeInfo.h
|
| index 864f0f7c63398929fe9cb56e0e86fc84d6581121..7b4babad5b53a9a743042a30a83cedb4f24d3946 100644
|
| --- a/Source/bindings/core/v8/WrapperTypeInfo.h
|
| +++ b/Source/bindings/core/v8/WrapperTypeInfo.h
|
| @@ -176,15 +176,15 @@ struct WrapperTypeInfo {
|
| // This field must be the first member of the struct WrapperTypeInfo. This is also checked by a COMPILE_ASSERT() below.
|
| const gin::GinEmbedder ginEmbedder;
|
|
|
| - const DomTemplateFunction domTemplateFunction;
|
| + DomTemplateFunction domTemplateFunction;
|
| const RefObjectFunction refObjectFunction;
|
| const DerefObjectFunction derefObjectFunction;
|
| const CreatePersistentHandleFunction createPersistentHandleFunction;
|
| const ToActiveDOMObjectFunction toActiveDOMObjectFunction;
|
| const ToEventTargetFunction toEventTargetFunction;
|
| const ResolveWrapperReachabilityFunction visitDOMWrapperFunction;
|
| - const InstallConditionallyEnabledMethodsFunction installConditionallyEnabledMethodsFunction;
|
| - const InstallConditionallyEnabledPropertiesFunction installConditionallyEnabledPropertiesFunction;
|
| + InstallConditionallyEnabledMethodsFunction installConditionallyEnabledMethodsFunction;
|
| + InstallConditionallyEnabledPropertiesFunction installConditionallyEnabledPropertiesFunction;
|
| const WrapperTypeInfo* parentClass;
|
| const WrapperTypePrototype wrapperTypePrototype;
|
| const WrapperClassId wrapperClassId;
|
|
|