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

aestes at apple.com aestes at apple.com
Wed Dec 22 17:56:05 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f749d9c483b6d7fb0c7046b27836112027bbc5fa
Author: aestes at apple.com <aestes at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 2 21:56:54 2010 +0000

    Fix the Qt Linux Release minimal build.
    
    * html/HTMLMarqueeElement.cpp: Include ExceptionCode.h
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73197 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ab68a1f..ab38c3d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-02  Andy Estes  <aestes at apple.com>
+
+        Fix the Qt Linux Release minimal build.
+
+        * html/HTMLMarqueeElement.cpp: Include ExceptionCode.h
+
 2010-12-02  Joseph Pecoraro  <joepeck at webkit.org>
 
         Reviewed by Darin Adler.
diff --git a/WebCore/html/HTMLMarqueeElement.cpp b/WebCore/html/HTMLMarqueeElement.cpp
index e2dd640..053ffa8 100644
--- a/WebCore/html/HTMLMarqueeElement.cpp
+++ b/WebCore/html/HTMLMarqueeElement.cpp
@@ -26,6 +26,7 @@
 #include "Attribute.h"
 #include "CSSPropertyNames.h"
 #include "CSSValueKeywords.h"
+#include "ExceptionCode.h"
 #include "HTMLNames.h"
 #include "RenderLayer.h"
 #include "RenderMarquee.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list