Index: Source/bindings/core/v8/WrapperTypeInfo.h |
diff --git a/Source/bindings/core/v8/WrapperTypeInfo.h b/Source/bindings/core/v8/WrapperTypeInfo.h |
index 4b0857ada8fff64c73c2a637dc5be3bedc9230b4..072bf390c7efc70cf252ccae0c353fc615cdfd9c 100644 |
--- a/Source/bindings/core/v8/WrapperTypeInfo.h |
+++ b/Source/bindings/core/v8/WrapperTypeInfo.h |
@@ -176,14 +176,14 @@ 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 TraceFunction traceFunction; |
const ToActiveDOMObjectFunction toActiveDOMObjectFunction; |
const ToEventTargetFunction toEventTargetFunction; |
const ResolveWrapperReachabilityFunction visitDOMWrapperFunction; |
- const InstallConditionallyEnabledMethodsFunction installConditionallyEnabledMethodsFunction; |
+ InstallConditionallyEnabledMethodsFunction installConditionallyEnabledMethodsFunction; |
const InstallConditionallyEnabledPropertiesFunction installConditionallyEnabledPropertiesFunction; |
const WrapperTypeInfo* parentClass; |
const WrapperTypePrototype wrapperTypePrototype; |