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

andreas.kling at nokia.com andreas.kling at nokia.com
Wed Dec 22 13:47:21 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8e34188d5cf1bd38011dcd2486189f3fb517d07c
Author: andreas.kling at nokia.com <andreas.kling at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 27 09:00:10 2010 +0000

    2010-09-27  İsmail Dönmez  <ismail at namtrac.org>
    
            Reviewed by Andreas Kling.
    
            Add PluginView::setJavaScriptPaused(bool) stub for WinCE.
    
            * platform/qt/TemporaryLinkStubsQt.cpp:
            (PluginView::setJavaScriptPaused):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68377 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 2549f05..0a417b2 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-27  İsmail Dönmez  <ismail at namtrac.org>
+
+        Reviewed by Andreas Kling.
+
+        Add PluginView::setJavaScriptPaused(bool) stub for WinCE.
+
+        * platform/qt/TemporaryLinkStubsQt.cpp:
+        (PluginView::setJavaScriptPaused):
+
 2010-09-27  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
 
         Reviewed by Dirk Schulze.
diff --git a/WebCore/platform/qt/TemporaryLinkStubsQt.cpp b/WebCore/platform/qt/TemporaryLinkStubsQt.cpp
index 427fce5..15933e8 100644
--- a/WebCore/platform/qt/TemporaryLinkStubsQt.cpp
+++ b/WebCore/platform/qt/TemporaryLinkStubsQt.cpp
@@ -96,6 +96,10 @@ PassRefPtr<JSC::Bindings::Instance> PluginView::bindingInstance()
 {
     return 0;
 }
+
+void PluginView::setJavaScriptPaused(bool)
+{
+}
 #endif
 
 namespace WebCore {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list