Diff
Modified: trunk/Source/WebKit/win/ChangeLog (137022 => 137023)
--- trunk/Source/WebKit/win/ChangeLog 2012-12-08 10:01:24 UTC (rev 137022)
+++ trunk/Source/WebKit/win/ChangeLog 2012-12-08 10:22:39 UTC (rev 137023)
@@ -1,3 +1,16 @@
+2012-12-08 Seokju Kwon <[email protected]>
+
+ Remove unused headers
+ https://bugs.webkit.org/show_bug.cgi?id=104428
+
+ Reviewed by Kentaro Hara.
+
+ Header inclusion cleanup.
+ Remove <WebCore/NotImplement.h>.
+
+ * WebCoreSupport/WebInspectorClient.cpp:
+ * WebMutableURLRequest.cpp:
+
2012-12-07 Anders Carlsson <[email protected]>
Remove WebKit2 related projects from WebKit.sln
Modified: trunk/Source/WebKit/win/WebCoreSupport/WebInspectorClient.cpp (137022 => 137023)
--- trunk/Source/WebKit/win/WebCoreSupport/WebInspectorClient.cpp 2012-12-08 10:01:24 UTC (rev 137022)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebInspectorClient.cpp 2012-12-08 10:22:39 UTC (rev 137023)
@@ -42,7 +42,6 @@
#include <WebCore/FloatRect.h>
#include <WebCore/FrameView.h>
#include <WebCore/InspectorController.h>
-#include <WebCore/NotImplemented.h>
#include <WebCore/Page.h>
#include <WebCore/RenderObject.h>
#include <WebCore/WindowMessageBroadcaster.h>
Modified: trunk/Source/WebKit/win/WebMutableURLRequest.cpp (137022 => 137023)
--- trunk/Source/WebKit/win/WebMutableURLRequest.cpp 2012-12-08 10:01:24 UTC (rev 137022)
+++ trunk/Source/WebKit/win/WebMutableURLRequest.cpp 2012-12-08 10:22:39 UTC (rev 137023)
@@ -33,7 +33,6 @@
#include <WebCore/BString.h>
#include <WebCore/COMPtr.h>
#include <WebCore/FormData.h>
-#include <WebCore/NotImplemented.h>
#include <WebCore/ResourceHandle.h>
#include <wtf/text/CString.h>
#include <wtf/RetainPtr.h>
Modified: trunk/Source/WebKit2/ChangeLog (137022 => 137023)
--- trunk/Source/WebKit2/ChangeLog 2012-12-08 10:01:24 UTC (rev 137022)
+++ trunk/Source/WebKit2/ChangeLog 2012-12-08 10:22:39 UTC (rev 137023)
@@ -1,3 +1,21 @@
+2012-12-08 Seokju Kwon <[email protected]>
+
+ Remove unused headers
+ https://bugs.webkit.org/show_bug.cgi?id=104428
+
+ Reviewed by Kentaro Hara.
+
+ Header inclusion cleanup.
+ Remove <WebCore/NotImplement.h>.
+
+ * Platform/qt/WorkQueueQt.cpp:
+ * Platform/win/WorkQueueWin.cpp:
+ * Shared/qt/ShareableBitmapQt.cpp:
+ * UIProcess/Launcher/qt/ProcessLauncherQt.cpp:
+ * UIProcess/win/TextCheckerWin.cpp:
+ * UIProcess/win/WebContextMenuProxyWin.cpp:
+ * WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp:
+
2012-12-07 Jinwoo Song <[email protected]>
[EFL][WK2] Remove unused source file from PlatformEfl.cmake
Modified: trunk/Source/WebKit2/Platform/qt/WorkQueueQt.cpp (137022 => 137023)
--- trunk/Source/WebKit2/Platform/qt/WorkQueueQt.cpp 2012-12-08 10:01:24 UTC (rev 137022)
+++ trunk/Source/WebKit2/Platform/qt/WorkQueueQt.cpp 2012-12-08 10:22:39 UTC (rev 137023)
@@ -31,7 +31,6 @@
#include <QObject>
#include <QThread>
#include <QProcess>
-#include <WebCore/NotImplemented.h>
#include <wtf/Threading.h>
class WorkQueue::WorkItemQt : public QObject {
Modified: trunk/Source/WebKit2/Platform/win/WorkQueueWin.cpp (137022 => 137023)
--- trunk/Source/WebKit2/Platform/win/WorkQueueWin.cpp 2012-12-08 10:01:24 UTC (rev 137022)
+++ trunk/Source/WebKit2/Platform/win/WorkQueueWin.cpp 2012-12-08 10:22:39 UTC (rev 137023)
@@ -26,7 +26,6 @@
#include "config.h"
#include "WorkQueue.h"
-#include <WebCore/NotImplemented.h>
#include <wtf/Threading.h>
inline WorkQueue::WorkItemWin::WorkItemWin(const Function<void()>& function, WorkQueue* queue)
Modified: trunk/Source/WebKit2/Shared/qt/ShareableBitmapQt.cpp (137022 => 137023)
--- trunk/Source/WebKit2/Shared/qt/ShareableBitmapQt.cpp 2012-12-08 10:01:24 UTC (rev 137022)
+++ trunk/Source/WebKit2/Shared/qt/ShareableBitmapQt.cpp 2012-12-08 10:22:39 UTC (rev 137023)
@@ -32,7 +32,6 @@
#include <QtGlobal>
#include <WebCore/BitmapImage.h>
#include <WebCore/GraphicsContext.h>
-#include <WebCore/NotImplemented.h>
using namespace WebCore;
Modified: trunk/Source/WebKit2/UIProcess/Launcher/qt/ProcessLauncherQt.cpp (137022 => 137023)
--- trunk/Source/WebKit2/UIProcess/Launcher/qt/ProcessLauncherQt.cpp 2012-12-08 10:01:24 UTC (rev 137022)
+++ trunk/Source/WebKit2/UIProcess/Launcher/qt/ProcessLauncherQt.cpp 2012-12-08 10:22:39 UTC (rev 137023)
@@ -36,7 +36,6 @@
#include <QProcess>
#include <QString>
#include <QtCore/qglobal.h>
-#include <WebCore/NotImplemented.h>
#include <WebCore/RunLoop.h>
#include <wtf/HashSet.h>
#include <wtf/PassRefPtr.h>
Modified: trunk/Source/WebKit2/UIProcess/win/TextCheckerWin.cpp (137022 => 137023)
--- trunk/Source/WebKit2/UIProcess/win/TextCheckerWin.cpp 2012-12-08 10:01:24 UTC (rev 137022)
+++ trunk/Source/WebKit2/UIProcess/win/TextCheckerWin.cpp 2012-12-08 10:22:39 UTC (rev 137023)
@@ -28,7 +28,6 @@
#include "TextCheckerState.h"
#include "WebTextChecker.h"
-#include <WebCore/NotImplemented.h>
using namespace WebCore;
Modified: trunk/Source/WebKit2/UIProcess/win/WebContextMenuProxyWin.cpp (137022 => 137023)
--- trunk/Source/WebKit2/UIProcess/win/WebContextMenuProxyWin.cpp 2012-12-08 10:01:24 UTC (rev 137022)
+++ trunk/Source/WebKit2/UIProcess/win/WebContextMenuProxyWin.cpp 2012-12-08 10:22:39 UTC (rev 137023)
@@ -26,8 +26,6 @@
#include "config.h"
#include "WebContextMenuProxyWin.h"
-#include <WebCore/NotImplemented.h>
-
using namespace WebCore;
namespace WebKit {
Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp (137022 => 137023)
--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp 2012-12-08 10:01:24 UTC (rev 137022)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp 2012-12-08 10:22:39 UTC (rev 137023)
@@ -34,7 +34,6 @@
#include "WebProcess.h"
#include <WebCore/FocusController.h>
#include <WebCore/KeyboardEvent.h>
-#include <WebCore/NotImplemented.h>
#include <WebCore/Page.h>
using namespace WebCore;