[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198
commit-queue at webkit.org
commit-queue at webkit.org
Mon Feb 21 00:28:57 UTC 2011
The following commit has been merged in the webkit-1.3 branch:
commit 2b0617fcb2b21c3e04618a7d7451f79f68f1e4f4
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Feb 1 01:27:03 2011 +0000
2011-01-31 Srikumar Bonda <srikumar.b at gmail.com>
Reviewed by Andreas Kling.
[Qt] ContextMenuClientQt.cpp has coding-style errors
"RefCounted.h" header inclusion style changed to <wtf/RefCounted.h>
https://bugs.webkit.org/show_bug.cgi?id=40243
* WebCoreSupport/ContextMenuClientQt.cpp:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77183 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebKit/qt/ChangeLog b/Source/WebKit/qt/ChangeLog
index 08cb035..0266650 100644
--- a/Source/WebKit/qt/ChangeLog
+++ b/Source/WebKit/qt/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-31 Srikumar Bonda <srikumar.b at gmail.com>
+
+ Reviewed by Andreas Kling.
+
+ [Qt] ContextMenuClientQt.cpp has coding-style errors
+ "RefCounted.h" header inclusion style changed to <wtf/RefCounted.h>
+ https://bugs.webkit.org/show_bug.cgi?id=40243
+
+ * WebCoreSupport/ContextMenuClientQt.cpp:
+
2011-01-28 Dan Bernstein <mitz at apple.com>
Reviewed by Sam Weinig.
diff --git a/Source/WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp b/Source/WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp
index b4400ff..29180e0 100644
--- a/Source/WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp
+++ b/Source/WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp
@@ -29,8 +29,8 @@
#include "ContextMenu.h"
#include "HitTestResult.h"
#include "KURL.h"
-#include "RefCounted.h"
#include "NotImplemented.h"
+#include <wtf/RefCounted.h>
#include <stdio.h>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list