| Index: Source/bindings/core/v8/WrapperTypeInfo.h
|
| diff --git a/Source/bindings/core/v8/WrapperTypeInfo.h b/Source/bindings/core/v8/WrapperTypeInfo.h
|
| index 469a9bbf9981de100db736a0968a6afcba9846dc..643f14301c05a47fb6a0717184b2c7dd74073421 100644
|
| --- a/Source/bindings/core/v8/WrapperTypeInfo.h
|
| +++ b/Source/bindings/core/v8/WrapperTypeInfo.h
|
| @@ -177,15 +177,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;
|
|
|