[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 01:29:16 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 53df64c899cca6af360451e09fd22b997980ac15
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