[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
laszlo.1.gombos at nokia.com
laszlo.1.gombos at nokia.com
Wed Mar 17 18:40:45 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit bddbe44ce704b51fe6ef0ea01fc5f0aaa7d62e98
Author: laszlo.1.gombos at nokia.com <laszlo.1.gombos at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Mar 15 14:46:56 2010 +0000
2010-03-15 Laszlo Gombos <laszlo.1.gombos at nokia.com>
Unreviewed.
[Qt] Build fix if TILED_BACKING_STORE is disabled.
* Api/qwebframe.cpp:
(QWebFramePrivate::renderContentsLayerAbsoluteCoords):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55994 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/qt/Api/qwebframe.cpp b/WebKit/qt/Api/qwebframe.cpp
index a72f39f..fc81eba 100644
--- a/WebKit/qt/Api/qwebframe.cpp
+++ b/WebKit/qt/Api/qwebframe.cpp
@@ -345,7 +345,7 @@ void QWebFramePrivate::renderContentsLayerAbsoluteCoords(GraphicsContext* contex
if (!frame->tiledBackingStore())
view->layoutIfNeededRecursive();
#else
- view->layoutIfNeededRecursive()
+ view->layoutIfNeededRecursive();
#endif
for (int i = 0; i < vector.size(); ++i) {
diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
index 37f112b..98ed39a 100644
--- a/WebKit/qt/ChangeLog
+++ b/WebKit/qt/ChangeLog
@@ -1,3 +1,12 @@
+2010-03-15 Laszlo Gombos <laszlo.1.gombos at nokia.com>
+
+ Unreviewed.
+
+ [Qt] Build fix if TILED_BACKING_STORE is disabled.
+
+ * Api/qwebframe.cpp:
+ (QWebFramePrivate::renderContentsLayerAbsoluteCoords):
+
2010-03-14 Chang Shu <chang.shu at nokia.com>
Reviewed by Simon Hausmann.
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list