| Index: Source/platform/ContextMenuItem.cpp
|
| diff --git a/Source/platform/ContextMenuItem.cpp b/Source/platform/ContextMenuItem.cpp
|
| index b39f217fafa3cf6ba2d39ea774538a222a739488..2aa6c2238194a4c96b56d846de2d966bfecc5afb 100644
|
| --- a/Source/platform/ContextMenuItem.cpp
|
| +++ b/Source/platform/ContextMenuItem.cpp
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "platform/ContextMenu.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu)
|
| : m_type(type)
|
| @@ -115,4 +115,4 @@ bool ContextMenuItem::enabled() const
|
| return m_enabled;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|