Index: Source/core/testing/NullExecutionContext.cpp |
diff --git a/Source/core/testing/NullExecutionContext.cpp b/Source/core/testing/NullExecutionContext.cpp |
index 5eeb8c828e36bcaaee6fcf25352a8d175b26b6cf..c11a1592d3c9a1efaa5b018f2edee6e0918196ac 100644 |
--- a/Source/core/testing/NullExecutionContext.cpp |
+++ b/Source/core/testing/NullExecutionContext.cpp |
@@ -39,7 +39,7 @@ double NullExecutionContext::timerAlignmentInterval() const |
return DOMTimer::visiblePageAlignmentInterval(); |
} |
-bool NullExecutionContext::isPrivilegedContext(String& errorMessage, const PrivilegeContextCheck privilegeContextCheck) |
+bool NullExecutionContext::isPrivilegedContext(String& errorMessage, const PrivilegeContextCheck privilegeContextCheck) const |
{ |
return true; |
} |