[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 07:31:48 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 857e3b9e70b9b8dbb21576befe87d25ee93228f5
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Mar 27 02:56:56 2003 +0000

            Reviewed by Chris.
    
    	- fix unitialized access.
    
            * kwq/KWQKHTMLPart.mm:
            (KWQKHTMLPart::KWQKHTMLPart):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3931 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 1628e1e..7c185e1 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,12 @@
+2003-03-26  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by Chris.
+
+	- fix unitialized access.
+	
+        * kwq/KWQKHTMLPart.mm:
+        (KWQKHTMLPart::KWQKHTMLPart):
+
 1969-12-31  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Trey.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 1628e1e..7c185e1 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,12 @@
+2003-03-26  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by Chris.
+
+	- fix unitialized access.
+	
+        * kwq/KWQKHTMLPart.mm:
+        (KWQKHTMLPart::KWQKHTMLPart):
+
 1969-12-31  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Trey.
diff --git a/WebCore/kwq/KWQKHTMLPart.mm b/WebCore/kwq/KWQKHTMLPart.mm
index 1c69d15..109dee7 100644
--- a/WebCore/kwq/KWQKHTMLPart.mm
+++ b/WebCore/kwq/KWQKHTMLPart.mm
@@ -136,6 +136,7 @@ KWQKHTMLPart::KWQKHTMLPart()
     , _mouseDownMayStartSelect(false)
     , _formValuesAboutToBeSubmitted(nil)
     , _formAboutToBeSubmitted(nil)
+    , _windowWidget(NULL)
 {
     // Must init the cache before connecting to any signals
     Cache::init();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list