Index: Source/web/WebWorkerRunLoop.cpp |
diff --git a/Source/web/WebWorkerRunLoop.cpp b/Source/web/WebWorkerRunLoop.cpp |
index cccc2cebd2f1e8b7a0353dc074932c8cfdc7bf7a..57a07ffe0684fed4faaa2fe0e16524672e86721f 100644 |
--- a/Source/web/WebWorkerRunLoop.cpp |
+++ b/Source/web/WebWorkerRunLoop.cpp |
@@ -27,8 +27,6 @@ |
#include "core/workers/WorkerThread.h" |
-using namespace blink; |
- |
namespace blink { |
namespace { |
@@ -77,4 +75,4 @@ bool WebWorkerRunLoop::lessThan(const WebWorkerRunLoop& o) const |
return m_workerThread < o.m_workerThread; |
} |
-} |
+} // namespace blink |