2010-12-14 Laszlo Gombos < laszlo.1.gombos@nokia.com>
Unreviewed, build fix.
[Qt] Fix the list of header files in WebCore.pro after r74049.
No new tests as there is no new functionality.
* WebCore.pro:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74071 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 7a94e40..9c85d38 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-14 Laszlo Gombos <laszlo.1.gombos@nokia.com>
+
+ Unreviewed, build fix.
+
+ [Qt] Fix the list of header files in WebCore.pro after r74049.
+
+ No new tests as there is no new functionality.
+
+ * WebCore.pro:
+
2010-12-14 Yael Aharon <yael.aharon@nokia.com>
Reviewed by Andreas Kling.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 111bc82..3e03b99 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -1955,6 +1955,7 @@
loader/cache/CachedResourceClientWalker.h \
loader/cache/CachedResource.h \
loader/cache/CachedResourceHandle.h \
+ loader/cache/CachedResourceRequest.h \
loader/cache/CachedScript.h \
loader/cache/CachedXSLStyleSheet.h \
loader/cache/MemoryCache.h \
@@ -1972,7 +1973,6 @@
loader/icon/IconRecord.h \
loader/icon/PageURLRecord.h \
loader/ImageLoader.h \
- loader/loader.h \
loader/MainResourceLoader.h \
loader/NavigationAction.h \
loader/NetscapePlugInStreamLoader.h \