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

eric at webkit.org eric at webkit.org
Wed Dec 22 12:37:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit af9b09991e4f83cf8b035e5a28d3b2dc6b99788b
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 26 00:33:40 2010 +0000

    2010-08-25  Eric Seidel  <eric at webkit.org>
    
            Unreviewed, just removing a dead enum.
    
            Remove endTagRequirement now that the LegacyHTMLDocumentParser is dead
            https://bugs.webkit.org/show_bug.cgi?id=44626
    
            Remove HTMLTagStatus since it's not used anymore.
    
            * html/HTMLElement.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66062 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 5cfbf30..7f8709f 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-25  Eric Seidel  <eric at webkit.org>
+
+        Unreviewed, just removing a dead enum.
+
+        Remove endTagRequirement now that the LegacyHTMLDocumentParser is dead
+        https://bugs.webkit.org/show_bug.cgi?id=44626
+
+        Remove HTMLTagStatus since it's not used anymore.
+
+        * html/HTMLElement.h:
+
 2010-08-25  Chris Fleizach  <cfleizach at apple.com>
 
         Reviewed by David Kilzer.
diff --git a/WebCore/html/HTMLElement.h b/WebCore/html/HTMLElement.h
index 6edf5c3..52e9ecf 100644
--- a/WebCore/html/HTMLElement.h
+++ b/WebCore/html/HTMLElement.h
@@ -30,8 +30,6 @@ namespace WebCore {
 class DocumentFragment;
 class HTMLCollection;
 class HTMLFormElement;
-
-enum HTMLTagStatus { TagStatusOptional, TagStatusRequired, TagStatusForbidden };
                        
 class HTMLElement : public StyledElement {
 public:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list