[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

abarth at webkit.org abarth at webkit.org
Mon Feb 21 00:36:53 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 96dc674d96cc9b8d872d034f43043b6650911934
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Feb 2 05:13:39 2011 +0000

    2011-02-01  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Andreas Kling.
    
            Remove useless comment
            https://bugs.webkit.org/show_bug.cgi?id=53549
    
            The reason for this parameter is captured in
            plugins/netscape-plugin-setwindow-size.html, which is a better place to
            capture it than in this comment (which otherwise just re-iterates the
            name of the parameter).
    
            * html/HTMLPlugInImageElement.cpp:
            (WebCore::HTMLPlugInImageElement::updateWidgetIfNecessary):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77361 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index bcd22c4..a0bc296 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,18 @@
+2011-02-01  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Andreas Kling.
+
+        Remove useless comment
+        https://bugs.webkit.org/show_bug.cgi?id=53549
+
+        The reason for this parameter is captured in
+        plugins/netscape-plugin-setwindow-size.html, which is a better place to
+        capture it than in this comment (which otherwise just re-iterates the
+        name of the parameter).
+
+        * html/HTMLPlugInImageElement.cpp:
+        (WebCore::HTMLPlugInImageElement::updateWidgetIfNecessary):
+
 2011-02-01  James Simonsen  <simonjam at chromium.org>
 
         Reviewed by Tony Gentilcore.
diff --git a/Source/WebCore/html/HTMLPlugInImageElement.cpp b/Source/WebCore/html/HTMLPlugInImageElement.cpp
index e34cd91..1c91c05 100644
--- a/Source/WebCore/html/HTMLPlugInImageElement.cpp
+++ b/Source/WebCore/html/HTMLPlugInImageElement.cpp
@@ -166,7 +166,6 @@ void HTMLPlugInImageElement::updateWidgetIfNecessary()
     if (!renderEmbeddedObject() || renderEmbeddedObject()->pluginCrashedOrWasMissing())
         return;
 
-    // True indicates that this code path should only create non-netscape plugins (no clue why).
     updateWidget(true);
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list