| 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 e3e79bcfc2aba496259f2097c96e924b0a0de05b..46ab1611abd640d93e02fb033c60dbbc9ceabb53 100644
|
| --- a/third_party/WebKit/Source/core/testing/NullExecutionContext.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/NullExecutionContext.cpp
|
| @@ -34,11 +34,6 @@ void NullExecutionContext::postTask(const WebTraceLocation&, PassOwnPtr<Executio
|
| {
|
| }
|
|
|
| -double NullExecutionContext::timerAlignmentInterval() const
|
| -{
|
| - return DOMTimer::visiblePageAlignmentInterval();
|
| -}
|
| -
|
| bool NullExecutionContext::isSecureContext(String& errorMessage, const SecureContextCheck privilegeContextCheck) const
|
| {
|
| return true;
|
|
|