[SCM] WebKit Debian packaging branch, webkit-1.2,	updated. upstream/1.1.90-6072-g9a69373
    vestbo at webkit.org 
    vestbo at webkit.org
       
    Wed Apr  7 23:01:47 UTC 2010
    
    
  
The following commit has been merged in the webkit-1.2 branch:
commit 4f12f2c16342dc063fac6323b19280e459af0e04
Author: vestbo at webkit.org <vestbo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 23 14:30:09 2009 +0000
    Qt build fix
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49978 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/qt/Api/qwebframe.cpp b/WebKit/qt/Api/qwebframe.cpp
index e4146cd..aef33c8 100644
--- a/WebKit/qt/Api/qwebframe.cpp
+++ b/WebKit/qt/Api/qwebframe.cpp
@@ -420,7 +420,7 @@ void QWebFrame::addToJavaScriptWindowObject(const QString &name, QObject *object
         return;
 
     JSC::JSLock lock(JSC::SilenceAssertionsOnly);
-    JSDOMWindow* window = toJSDOMWindow(d->frame);
+    JSDOMWindow* window = toJSDOMWindow(d->frame, mainThreadNormalWorld());
     JSC::Bindings::RootObject* root = d->frame->script()->bindingRootObject();
     if (!window) {
         qDebug() << "Warning: couldn't get window object";
-- 
WebKit Debian packaging
    
    
More information about the Pkg-webkit-commits
mailing list