[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:12:57 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 548512f390e4a420a7e1038a1107be02d253889b
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 17 23:21:50 2003 +0000

    Add file I forgot in the last commit.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5543 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index c72d196..e11fdb6 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -8,6 +8,7 @@
         (HTMLOptionElementImpl::childrenChanged): Update the select element.
 	This ends up getting called when you add a text node to an option that
 	didn't used to have one.
+        * khtml/html/html_formimpl.h: Prototype it.
 
 2003-11-17  Ken Kocienda  <kocienda at apple.com>
 
diff --git a/WebCore/khtml/html/html_formimpl.h b/WebCore/khtml/html/html_formimpl.h
index 83deeed..81c47bb 100644
--- a/WebCore/khtml/html/html_formimpl.h
+++ b/WebCore/khtml/html/html_formimpl.h
@@ -545,6 +545,8 @@ public:
 
     HTMLSelectElementImpl *getSelect() const;
 
+    virtual void childrenChanged();
+
 protected:
     DOMString m_value;
     bool m_selected;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list