| Index: third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| diff --git a/third_party/WebKit/Source/core/testing/NullExecutionContext.h b/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| index 1118449f2c6fd8fb1727bd06be949ce8eac35ecd..e59db9a59f60ad7fcc1689994081bde27b8ea552 100644
|
| --- a/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| @@ -52,6 +52,8 @@ class NullExecutionContext final
|
| String& error_message,
|
| const SecureContextCheck = kStandardSecureContextCheck) const override;
|
|
|
| + void SetUpSecurityContext();
|
| +
|
| DEFINE_INLINE_TRACE() {
|
| visitor->Trace(queue_);
|
| SecurityContext::Trace(visitor);
|
|
|