Index: Source/platform/ContextMenu.cpp |
diff --git a/Source/platform/ContextMenu.cpp b/Source/platform/ContextMenu.cpp |
index 3df35b473d06149bc8de4ac522b5e45707c8dfca..175d7abc4ccf8409cded37e4af9d7a4910cd2117 100644 |
--- a/Source/platform/ContextMenu.cpp |
+++ b/Source/platform/ContextMenu.cpp |
@@ -26,7 +26,7 @@ |
#include "config.h" |
#include "platform/ContextMenu.h" |
-namespace WebCore { |
+namespace blink { |
static const ContextMenuItem* findItemWithAction(unsigned action, const Vector<ContextMenuItem>& items) |
{ |
@@ -48,4 +48,4 @@ const ContextMenuItem* ContextMenu::itemWithAction(unsigned action) const |
return findItemWithAction(action, m_items); |
} |
-} // namespace WebCore |
+} // namespace blink |