| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.cpp
|
| index 53403cfb3685fcbd1bfc1d688d8001daf8476cf3..d5644f17e3dae78d995f340e1ad3cb839b20af44 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.cpp
|
| @@ -11,6 +11,7 @@
|
| // clang-format off
|
| #include "V8TestConstants.h"
|
|
|
| +#include "bindings/core/v8/BindingSecurity.h"
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/V8DOMConfiguration.h"
|
| @@ -31,7 +32,7 @@ namespace blink {
|
| #pragma clang diagnostic push
|
| #pragma clang diagnostic ignored "-Wglobal-constructors"
|
| #endif
|
| -const WrapperTypeInfo V8TestConstants::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestConstants::domTemplate, V8TestConstants::trace, V8TestConstants::traceWrappers, nullptr, "TestConstants", 0, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::NotInheritFromActiveScriptWrappable, WrapperTypeInfo::Independent };
|
| +const WrapperTypeInfo V8TestConstants::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestConstants::domTemplate, &BindingSecurity::securityCheckForClassesWithoutAccessCheckCallbacks, V8TestConstants::trace, V8TestConstants::traceWrappers, nullptr, "TestConstants", 0, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::NotInheritFromActiveScriptWrappable, WrapperTypeInfo::Independent };
|
| #if defined(COMPONENT_BUILD) && defined(WIN32) && COMPILER(CLANG)
|
| #pragma clang diagnostic pop
|
| #endif
|
|
|