Index: Source/modules/websockets/DOMWebSocket.h |
diff --git a/Source/modules/websockets/DOMWebSocket.h b/Source/modules/websockets/DOMWebSocket.h |
index 1dcb9a4672a7e1e75ac2fc2d9938b55aeb023a74..a88a82bb4180234d401245bfd70e6c6211eda8d6 100644 |
--- a/Source/modules/websockets/DOMWebSocket.h |
+++ b/Source/modules/websockets/DOMWebSocket.h |
@@ -44,7 +44,7 @@ |
#include "wtf/RefCounted.h" |
#include "wtf/text/AtomicStringHash.h" |
-namespace WebCore { |
+namespace blink { |
class Blob; |
class ExceptionState; |
@@ -130,7 +130,7 @@ protected: |
explicit DOMWebSocket(ExecutionContext*); |
private: |
- // FIXME: This should inherit WebCore::EventQueue. |
+ // FIXME: This should inherit blink::EventQueue. |
class EventQueue FINAL : public RefCountedWillBeGarbageCollectedFinalized<EventQueue> { |
public: |
static PassRefPtrWillBeRawPtr<EventQueue> create(EventTarget* target) |
@@ -233,6 +233,6 @@ private: |
Timer<DOMWebSocket> m_bufferedAmountConsumeTimer; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // DOMWebSocket_h |