[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

hyatt at apple.com hyatt at apple.com
Wed Dec 22 12:39:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b2ddd63598c0ed03d178e59cc63ff4d7876aa72b
Author: hyatt at apple.com <hyatt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 26 19:43:35 2010 +0000

    Fix QT bustage.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66123 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp b/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp
index b6c3d51..026866c 100644
--- a/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp
+++ b/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp
@@ -388,7 +388,7 @@ void DumpRenderTreeSupportQt::setMediaType(QWebFrame* frame, const QString& type
     WebCore::Frame* coreFrame = QWebFramePrivate::core(frame);
     WebCore::FrameView* view = coreFrame->view();
     view->setMediaType(type);
-    coreFrame->document()->updateStyleSelector();
+    coreFrame->document()->styleSelectorChanged(RecalcStyleImmediately);
     view->layout();
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list