[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

eric at webkit.org eric at webkit.org
Wed Dec 22 11:49:05 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1fbae64124898253ede889af9bc304eb814bd150
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Aug 8 03:13:32 2010 +0000

    2010-08-07  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
    
            Reviewed by Eric Seidel.
    
            [WML] Include FormDataBuilder.h in WMLGoElement.h
            https://bugs.webkit.org/show_bug.cgi?id=43177
    
            To fix build breaks in WMLGoElement.cpp, FormDataBuilder.h needs to be included.
    
            * wml/WMLGoElement.cpp: Include FormDataBuilder.h
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64932 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 83e8ccf..fd07364 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,17 @@
 
         Reviewed by Eric Seidel.
 
+        [WML] Include FormDataBuilder.h in WMLGoElement.h
+        https://bugs.webkit.org/show_bug.cgi?id=43177
+
+        To fix build breaks in WMLGoElement.cpp, FormDataBuilder.h needs to be included.
+
+        * wml/WMLGoElement.cpp: Include FormDataBuilder.h
+
+2010-08-07  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
+
+        Reviewed by Eric Seidel.
+
         [WML] Add dummy argument to SelectElement::defaultEventHandler() in WMLSelectElement
         https://bugs.webkit.org/show_bug.cgi?id=43176
 
diff --git a/WebCore/wml/WMLGoElement.cpp b/WebCore/wml/WMLGoElement.cpp
index 9b329d7..d3a6216 100644
--- a/WebCore/wml/WMLGoElement.cpp
+++ b/WebCore/wml/WMLGoElement.cpp
@@ -25,6 +25,7 @@
 
 #include "Attribute.h"
 #include "FormData.h"
+#include "FormDataBuilder.h"
 #include "FormSubmission.h"
 #include "Frame.h"
 #include "FrameLoader.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list