| Index: Source/core/testing/NullExecutionContext.cpp
|
| diff --git a/Source/core/testing/NullExecutionContext.cpp b/Source/core/testing/NullExecutionContext.cpp
|
| index 0ad1b73ed532c88634c6f9b6d68dece8aeac779d..eed3e17e5c66d4026127de8f8ad4d956bfd5d20b 100644
|
| --- a/Source/core/testing/NullExecutionContext.cpp
|
| +++ b/Source/core/testing/NullExecutionContext.cpp
|
| @@ -30,7 +30,7 @@
|
| {
|
| }
|
|
|
| -void NullExecutionContext::postTask(const WebTraceLocation&, PassOwnPtr<ExecutionContextTask>)
|
| +void NullExecutionContext::postTask(PassOwnPtr<ExecutionContextTask>)
|
| {
|
| }
|
|
|
|
|