| Index: public/platform/WebWorkerRunLoop.h
|
| diff --git a/public/platform/WebWorkerRunLoop.h b/public/platform/WebWorkerRunLoop.h
|
| index d790a230c57359cb83f7d70fbefeb6517031be1b..2557791b3878a8aa18a7781b188cc09bbcf9bab4 100644
|
| --- a/public/platform/WebWorkerRunLoop.h
|
| +++ b/public/platform/WebWorkerRunLoop.h
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "WebCommon.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| class WorkerRunLoop;
|
| }
|
|
|
| @@ -47,11 +47,11 @@ public:
|
| BLINK_EXPORT bool lessThan(const WebWorkerRunLoop&) const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebWorkerRunLoop(WebCore::WorkerRunLoop*);
|
| + WebWorkerRunLoop(blink::WorkerRunLoop*);
|
| #endif
|
|
|
| private:
|
| - WebCore::WorkerRunLoop* m_workerRunLoop;
|
| + blink::WorkerRunLoop* m_workerRunLoop;
|
| };
|
|
|
| inline bool operator==(const WebWorkerRunLoop& a, const WebWorkerRunLoop& b)
|
|
|