[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

eric at webkit.org eric at webkit.org
Thu Feb 4 21:31:38 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 079cdcff2220e08a58fde57e3c3d03e80838a1dd
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 29 01:15:07 2010 +0000

    2010-01-28  Nayan Kumar K  <nayankk at gmail.com>
    
            Reviewed by Laszlo Gombos.
    
            Fix for compilation error in WML enabled build introduced because of the changeset 53514.
    
            https://bugs.webkit.org/show_bug.cgi?id=34254
    
            * wml/WMLDocument.cpp:
            (WebCore::WMLDocument::WMLDocument):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54030 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9a50ff6..44ea53d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-01-28  Nayan Kumar K  <nayankk at gmail.com>
+
+        Reviewed by Laszlo Gombos.
+
+        Fix for compilation error in WML enabled build introduced because of the changeset 53514.
+
+        https://bugs.webkit.org/show_bug.cgi?id=34254
+
+        * wml/WMLDocument.cpp:
+        (WebCore::WMLDocument::WMLDocument):
+
 2010-01-28  Alex Milowski  <alex at milowski.com>
 
         Reviewed by Eric Seidel.
diff --git a/WebCore/wml/WMLDocument.cpp b/WebCore/wml/WMLDocument.cpp
index c1348ee..44f4e2b 100644
--- a/WebCore/wml/WMLDocument.cpp
+++ b/WebCore/wml/WMLDocument.cpp
@@ -35,7 +35,7 @@
 namespace WebCore {
 
 WMLDocument::WMLDocument(Frame* frame)
-    : Document(frame, false) 
+    : Document(frame, false, false) 
     , m_activeCard(0)
 {
     clearXMLVersion();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list