| Index: Source/platform/scheduler/Scheduler.h
|
| diff --git a/Source/platform/scheduler/Scheduler.h b/Source/platform/scheduler/Scheduler.h
|
| index 4514ca9e2377ecec835cd8c00ca4b3686e8fa1e4..dd30873e843f19378e7c87f0a72339b793977177 100644
|
| --- a/Source/platform/scheduler/Scheduler.h
|
| +++ b/Source/platform/scheduler/Scheduler.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
| class WebThread;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // The scheduler is an opinionated gateway for arranging work to be run the
|
| // main thread. It decides which tasks get priority over others based on a
|
| @@ -59,6 +59,6 @@ private:
|
| void (*m_sharedTimerFunction)();
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // Scheduler_h
|
|
|