[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198
tonyg at chromium.org
tonyg at chromium.org
Sun Feb 20 23:00:00 UTC 2011
The following commit has been merged in the webkit-1.3 branch:
commit 3c5e4bdfcd353ae9b5cc5521368748252c2a6e60
Author: tonyg at chromium.org <tonyg at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Jan 15 01:00:21 2011 +0000
2011-01-14 Tony Gentilcore <tonyg at chromium.org>
Unreviewed build fix.
Fix Qt build after r75837
https://bugs.webkit.org/show_bug.cgi?id=52494
* editing/EditorCommand.cpp:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75844 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 969a21d..73a7a6d 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -5,6 +5,15 @@
Fix Qt build after r75837
https://bugs.webkit.org/show_bug.cgi?id=52494
+ * editing/EditorCommand.cpp:
+
+2011-01-14 Tony Gentilcore <tonyg at chromium.org>
+
+ Unreviewed build fix.
+
+ Fix Qt build after r75837
+ https://bugs.webkit.org/show_bug.cgi?id=52494
+
* editing/ApplyStyleCommand.cpp:
2011-01-14 Tony Gentilcore <tonyg at chromium.org>
diff --git a/Source/WebCore/editing/EditorCommand.cpp b/Source/WebCore/editing/EditorCommand.cpp
index 5de44a6..64993d5 100644
--- a/Source/WebCore/editing/EditorCommand.cpp
+++ b/Source/WebCore/editing/EditorCommand.cpp
@@ -32,6 +32,7 @@
#include "CSSMutableStyleDeclaration.h"
#include "CSSPropertyNames.h"
#include "CSSValueKeywords.h"
+#include "CSSValueList.h"
#include "Chrome.h"
#include "CreateLinkCommand.h"
#include "DocumentFragment.h"
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list