Index: webkit/api/src/ContextMenuClientImpl.cpp |
diff --git a/webkit/api/src/WebContextMenuClientImpl.cpp b/webkit/api/src/ContextMenuClientImpl.cpp |
similarity index 98% |
rename from webkit/api/src/WebContextMenuClientImpl.cpp |
rename to webkit/api/src/ContextMenuClientImpl.cpp |
index e8c36c3335aa18794c4f36b4143f44749c393d79..1a34c19358879c709360f61ec6fb4c5e51f6c16b 100644 |
--- a/webkit/api/src/WebContextMenuClientImpl.cpp |
+++ b/webkit/api/src/ContextMenuClientImpl.cpp |
@@ -29,7 +29,7 @@ |
*/ |
#include "config.h" |
-#include "WebContextMenuClientImpl.h" |
+#include "ContextMenuClientImpl.h" |
#include "ContextMenu.h" |
#include "Document.h" |
@@ -135,7 +135,7 @@ static String selectMisspelledWord(const ContextMenu* defaultMenu, Frame* select |
return misspelledWord; |
} |
-PlatformMenuDescription WebContextMenuClientImpl::getCustomMenuFromDefaultItems( |
+PlatformMenuDescription ContextMenuClientImpl::getCustomMenuFromDefaultItems( |
ContextMenu* defaultMenu) |
{ |
// Displaying the context menu in this function is a big hack as we don't |