[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

ossy at webkit.org ossy at webkit.org
Fri Jan 21 14:52:07 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 458a95a384fbc29b3c8890cf16e28b85e296eb7f
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 3 18:10:40 2011 +0000

    [Qt] Unreviewed buildfix for --minimal build after r74895.
    
    * html/InputType.cpp: Missing include added.
    * html/NumberInputType.cpp: Missing include added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74900 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3fe7786..9c8b73d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-03  Csaba Osztrogonác  <ossy at webkit.org>
+
+        [Qt] Unreviewed buildfix for --minimal build after r74895.
+
+        * html/InputType.cpp: Missing include added.
+        * html/NumberInputType.cpp: Missing include added.
+
 2011-01-02  Darin Adler  <darin at apple.com>
 
         Reviewed by Kent Tamura.
diff --git a/WebCore/html/InputType.cpp b/WebCore/html/InputType.cpp
index d23ce96..be86399 100644
--- a/WebCore/html/InputType.cpp
+++ b/WebCore/html/InputType.cpp
@@ -36,6 +36,7 @@
 #include "DateTimeInputType.h"
 #include "DateTimeLocalInputType.h"
 #include "EmailInputType.h"
+#include "ExceptionCode.h"
 #include "FileInputType.h"
 #include "FormDataList.h"
 #include "HTMLFormElement.h"
diff --git a/WebCore/html/NumberInputType.cpp b/WebCore/html/NumberInputType.cpp
index a42f949..3916527 100644
--- a/WebCore/html/NumberInputType.cpp
+++ b/WebCore/html/NumberInputType.cpp
@@ -33,6 +33,7 @@
 #include "NumberInputType.h"
 
 #include "BeforeTextInsertedEvent.h"
+#include "ExceptionCode.h"
 #include "HTMLInputElement.h"
 #include "HTMLNames.h"
 #include "HTMLParserIdioms.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list