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

weinig at apple.com weinig at apple.com
Wed Dec 22 11:38:13 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit aa11ea0617059fe6da3968f9057a0f1f5465ec0d
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Aug 1 22:50:09 2010 +0000

    Roll r64446 out. It broke the test runner.
    
    * UIProcess/WebContext.cpp:
    (WebKit::WebContext::postMessageToInjectedBundle):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64448 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index b5cd138..1e1a741 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
 2010-08-01  Sam Weinig  <sam at webkit.org>
 
+        Roll r64446 out. It broke the test runner.
+
+        * UIProcess/WebContext.cpp:
+        (WebKit::WebContext::postMessageToInjectedBundle):
+
+2010-08-01  Sam Weinig  <sam at webkit.org>
+
         Reviewed by Anders Carlsson.
 
         Don't send user messages to the injected bundle if the process is not active
diff --git a/WebKit2/UIProcess/WebContext.cpp b/WebKit2/UIProcess/WebContext.cpp
index 94b60b4..6c5f15d 100644
--- a/WebKit2/UIProcess/WebContext.cpp
+++ b/WebKit2/UIProcess/WebContext.cpp
@@ -290,7 +290,7 @@ void WebContext::preferencesDidChange()
 
 void WebContext::postMessageToInjectedBundle(const String& messageName, APIObject* messageBody)
 {
-    if (!hasValidProcess())
+    if (!m_process)
         return;
 
     // FIXME: We should consider returning false from this function if the messageBody cannot

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list