| Index: Source/WebCore/platform/ContextMenu.h
 | 
| diff --git a/Source/WebCore/platform/ContextMenu.h b/Source/WebCore/platform/ContextMenu.h
 | 
| index 9610eb11a1c3792836af7772ab9d2ed1e1cc577e..a3a80e510f6d22998aeb49fe6c49a2487ba7dc35 100644
 | 
| --- a/Source/WebCore/platform/ContextMenu.h
 | 
| +++ b/Source/WebCore/platform/ContextMenu.h
 | 
| @@ -91,8 +91,6 @@ namespace WebCore {
 | 
|  #if PLATFORM(MAC)
 | 
|          // Keep this in sync with the PlatformMenuDescription typedef
 | 
|          RetainPtr<NSMutableArray> m_platformDescription;
 | 
| -#elif PLATFORM(QT)
 | 
| -        QList<ContextMenuItem> m_items;
 | 
|  #elif PLATFORM(CHROMIUM)
 | 
|          Vector<ContextMenuItem> m_items;
 | 
|  #else
 | 
| 
 |