[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

simon.fraser at apple.com simon.fraser at apple.com
Fri Feb 26 22:17:26 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit c0f1f36c4582e7c155474f8921c4f6bdae250810
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 11 02:05:07 2010 +0000

    2010-02-10  Simon Fraser  <simon.fraser at apple.com>
    
            Reviewed by David Levin.
    
            Clean up unused member var and initialization in Document
            https://bugs.webkit.org/show_bug.cgi?id=34820
    
            Remove unused m_secureForms member variable in Document.
    
            * dom/Document.cpp:
            (WebCore::Document::Document):
            * dom/Document.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54636 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 45e0d07..18fbc10 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,16 @@
+2010-02-10  Simon Fraser  <simon.fraser at apple.com>
+
+        Reviewed by David Levin.
+
+        Clean up unused member var and initialization in Document
+        https://bugs.webkit.org/show_bug.cgi?id=34820
+
+        Remove unused m_secureForms member variable in Document.
+        
+        * dom/Document.cpp:
+        (WebCore::Document::Document):
+        * dom/Document.h:
+
 2010-02-10  Kevin Watters  <kevinwatters at gmail.com>
 
         Reviewed by Kevin Ollivier.
diff --git a/WebCore/dom/Document.cpp b/WebCore/dom/Document.cpp
index ca3ad71..6ce3ecf 100644
--- a/WebCore/dom/Document.cpp
+++ b/WebCore/dom/Document.cpp
@@ -370,7 +370,6 @@ Document::Document(Frame* frame, bool isXHTML, bool isHTML)
     , m_bindingManager(new XBLBindingManager(this))
 #endif
     , m_savedRenderer(0)
-    , m_secureForms(0)
     , m_designMode(inherit)
     , m_selfOnlyRefCount(0)
 #if ENABLE(SVG)
diff --git a/WebCore/dom/Document.h b/WebCore/dom/Document.h
index 05b3216..7352fda 100644
--- a/WebCore/dom/Document.h
+++ b/WebCore/dom/Document.h
@@ -1134,7 +1134,6 @@ private:
 #endif
 
     RenderObject* m_savedRenderer;
-    int m_secureForms;
     
     RefPtr<TextResourceDecoder> m_decoder;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list