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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:09:12 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e63fa14cfaff3b35920e52844b32574edd4e8934
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 5 04:58:54 2010 +0000

    2010-10-04  Ryuan Choi  <bunhere at gmail.com>
    
            Unreviewed build fix.
    
            [WML] Build fix for r68854
            https://bugs.webkit.org/show_bug.cgi?id=47043
    
            Include HTMLParserIdioms.h.
    
            No features added, so no new tests.
    
            * wml/WMLAElement.cpp:
            * wml/WMLImageLoader.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69071 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index a1dccac..6e1699e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,17 @@
+2010-10-04  Ryuan Choi  <bunhere at gmail.com>
+
+        Unreviewed build fix.
+
+        [WML] Build fix for r68854
+        https://bugs.webkit.org/show_bug.cgi?id=47043
+
+        Include HTMLParserIdioms.h.
+
+        No features added, so no new tests.
+
+        * wml/WMLAElement.cpp:
+        * wml/WMLImageLoader.cpp:
+
 2010-10-04  Ryuan Choi  <ryuan.choi at samsung.com>
 
         Unreviewed build fix.
diff --git a/WebCore/wml/WMLAElement.cpp b/WebCore/wml/WMLAElement.cpp
index 0849495..00067fe 100644
--- a/WebCore/wml/WMLAElement.cpp
+++ b/WebCore/wml/WMLAElement.cpp
@@ -37,6 +37,7 @@
 #include "FrameLoader.h"
 #include "HTMLAnchorElement.h"
 #include "HTMLNames.h"
+#include "HTMLParserIdioms.h"
 #include "KeyboardEvent.h"
 #include "MouseEvent.h"
 #include "RenderBox.h"
diff --git a/WebCore/wml/WMLImageLoader.cpp b/WebCore/wml/WMLImageLoader.cpp
index 1706d24..1e4c96b 100644
--- a/WebCore/wml/WMLImageLoader.cpp
+++ b/WebCore/wml/WMLImageLoader.cpp
@@ -25,6 +25,7 @@
 
 #include "CachedImage.h"
 #include "HTMLNames.h"
+#include "HTMLParserIdioms.h"
 #include "WMLImageElement.h"
 #include "WMLNames.h"
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list