| Index: third_party/WebKit/Source/core/testing/NullExecutionContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/NullExecutionContext.cpp b/third_party/WebKit/Source/core/testing/NullExecutionContext.cpp
|
| index 46ab1611abd640d93e02fb033c60dbbc9ceabb53..e3e79bcfc2aba496259f2097c96e924b0a0de05b 100644
|
| --- a/third_party/WebKit/Source/core/testing/NullExecutionContext.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/NullExecutionContext.cpp
|
| @@ -34,6 +34,11 @@
|
| {
|
| }
|
|
|
| +double NullExecutionContext::timerAlignmentInterval() const
|
| +{
|
| + return DOMTimer::visiblePageAlignmentInterval();
|
| +}
|
| +
|
| bool NullExecutionContext::isSecureContext(String& errorMessage, const SecureContextCheck privilegeContextCheck) const
|
| {
|
| return true;
|
|
|