| Index: Source/platform/WebScheduler.cpp
|
| diff --git a/Source/platform/WebScheduler.cpp b/Source/platform/WebScheduler.cpp
|
| index ead873369c22661b047e76fa08fbd9e4302a99cf..6d865608be693632bf1b9e543686ea7ba56410bc 100644
|
| --- a/Source/platform/WebScheduler.cpp
|
| +++ b/Source/platform/WebScheduler.cpp
|
| @@ -54,14 +54,4 @@ void WebScheduler::postIdleTaskAfterWakeup(const WebTraceLocation& location, Pas
|
| postIdleTaskAfterWakeup(location, new IdleTaskRunner(idleTask));
|
| }
|
|
|
| -void WebScheduler::postLoadingTask(const WebTraceLocation& location, PassOwnPtr<Task> task)
|
| -{
|
| - postLoadingTask(location, new blink::Task(task));
|
| -}
|
| -
|
| -void WebScheduler::postTimerTask(const WebTraceLocation& location, PassOwnPtr<Task> task, long long delayMs)
|
| -{
|
| - postTimerTask(location, new blink::Task(task), delayMs);
|
| -}
|
| -
|
| } // namespace blink
|
|
|