Title: [150878] trunk/Source/WebCore
- Revision
- 150878
- Author
- [email protected]
- Date
- 2013-05-29 01:56:07 -0700 (Wed, 29 May 2013)
Log Message
[Qt] Missing files from build after r150853
https://bugs.webkit.org/show_bug.cgi?id=116932
Patch by Peter Gal <[email protected]> on 2013-05-29
Reviewed by Csaba Osztrogonác.
* Target.pri: Added the CFURLExtras.{cpp,h} files to the projectfile.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (150877 => 150878)
--- trunk/Source/WebCore/ChangeLog 2013-05-29 08:53:34 UTC (rev 150877)
+++ trunk/Source/WebCore/ChangeLog 2013-05-29 08:56:07 UTC (rev 150878)
@@ -1,3 +1,12 @@
+2013-05-29 Peter Gal <[email protected]>
+
+ [Qt] Missing files from build after r150853
+ https://bugs.webkit.org/show_bug.cgi?id=116932
+
+ Reviewed by Csaba Osztrogonác.
+
+ * Target.pri: Added the CFURLExtras.{cpp,h} files to the projectfile.
+
2013-05-29 Ryosuke Niwa <[email protected]>
PresentationAttributeCacheCleaner::m_hitCount is never initialized
Modified: trunk/Source/WebCore/Target.pri (150877 => 150878)
--- trunk/Source/WebCore/Target.pri 2013-05-29 08:53:34 UTC (rev 150877)
+++ trunk/Source/WebCore/Target.pri 2013-05-29 08:56:07 UTC (rev 150878)
@@ -3322,13 +3322,15 @@
platform/mac/WebCoreObjCExtras.h \
platform/mac/WebVideoFullscreenController.h \
platform/mac/WebVideoFullscreenHUDWindowController.h \
- platform/mac/WebWindowAnimation.h
+ platform/mac/WebWindowAnimation.h \
+ platform/cf/CFURLExtras.h
SOURCES += \
platform/mac/DisplaySleepDisabler.cpp \
platform/graphics/cg/IntRectCG.cpp \
platform/graphics/cg/FloatSizeCG.cpp \
- platform/cf/KURLCFNet.cpp
+ platform/cf/KURLCFNet.cpp \
+ platform/cf/CFURLExtras.cpp
OBJECTIVE_SOURCES += \
platform/qt/WebCoreSystemInterface.mm \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes