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

aestes at apple.com aestes at apple.com
Sun Feb 20 23:56:17 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit e0fde9c646ad32a5d7c9678d167d20299ad88172
Author: aestes at apple.com <aestes at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 27 00:50:39 2011 +0000

    Inline HTMLObjectElement::hasValidClassId().
    
    Rubber-stamped by Darin Adler.
    
    * html/HTMLObjectElement.cpp:
    (WebCore::HTMLObjectElement::hasValidClassId):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76733 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index d8499fa..26a98c3 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-26  Andy Estes  <aestes at apple.com>
+
+        Rubber-stamped by Darin Adler.
+
+        Inline HTMLObjectElement::hasValidClassId().
+
+        * html/HTMLObjectElement.cpp:
+        (WebCore::HTMLObjectElement::hasValidClassId):
+
 2011-01-26  Evan Martin  <evan at chromium.org>
 
         Reviewed by Tony Chang.
diff --git a/Source/WebCore/html/HTMLObjectElement.cpp b/Source/WebCore/html/HTMLObjectElement.cpp
index a1dde1a..7e8cd41 100644
--- a/Source/WebCore/html/HTMLObjectElement.cpp
+++ b/Source/WebCore/html/HTMLObjectElement.cpp
@@ -236,7 +236,7 @@ bool HTMLObjectElement::hasFallbackContent() const
     return false;
 }
     
-bool HTMLObjectElement::hasValidClassId()
+inline bool HTMLObjectElement::hasValidClassId()
 {
     // HTML5 says that fallback content should be rendered if a non-empty
     // classid is specified for which the UA can't find a suitable plug-in.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list