Title: [102239] trunk/Source/WebCore
- Revision
- 102239
- Author
- [email protected]
- Date
- 2011-12-07 07:32:58 -0800 (Wed, 07 Dec 2011)
Log Message
[Qt] V8 debug build fixes.
Reviewed by Tor Arne Vestbø.
* Target.pri: Add missing files to the build.
* loader/SubresourceLoader.cpp: Add missing CString.h header file inclusion,
that is implicitly included with Chromium builds.
* loader/cache/CachedResource.cpp: Ditto.
* page/FrameTree.cpp: Ditto.
* platform/graphics/MediaPlayer.cpp: Ditto.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (102238 => 102239)
--- trunk/Source/WebCore/ChangeLog 2011-12-07 15:29:47 UTC (rev 102238)
+++ trunk/Source/WebCore/ChangeLog 2011-12-07 15:32:58 UTC (rev 102239)
@@ -1,5 +1,19 @@
2011-11-30 Simon Hausmann <[email protected]>
+ [Qt] V8 debug build fixes.
+
+ Reviewed by Tor Arne Vestbø.
+
+ * Target.pri: Add missing files to the build.
+ * loader/SubresourceLoader.cpp: Add missing CString.h header file inclusion,
+ that is implicitly included with Chromium builds and only needed in ASSERTS
+ in debug builds.
+ * loader/cache/CachedResource.cpp: Ditto.
+ * page/FrameTree.cpp: Ditto.
+ * platform/graphics/MediaPlayer.cpp: Ditto.
+
+2011-11-30 Simon Hausmann <[email protected]>
+
[Qt] V8 build fixes.
Reviewed by Tor Arne Vestbø.
Modified: trunk/Source/WebCore/Target.pri (102238 => 102239)
--- trunk/Source/WebCore/Target.pri 2011-12-07 15:29:47 UTC (rev 102238)
+++ trunk/Source/WebCore/Target.pri 2011-12-07 15:32:58 UTC (rev 102239)
@@ -98,6 +98,7 @@
bindings/v8/DOMData.cpp \
bindings/v8/DOMDataStore.cpp \
bindings/v8/NPV8Object.cpp \
+ bindings/v8/NPObjectWrapper.cpp \
bindings/v8/OptionsObject.cpp \
bindings/v8/PageScriptDebugServer.cpp \
bindings/v8/RetainedDOMInfo.cpp \
@@ -1352,6 +1353,7 @@
bindings/v8/npruntime_impl.h \
bindings/v8/npruntime_priv.h \
bindings/v8/NPV8Object.h \
+ bindings/v8/NPObjectWrapper.h \
bindings/v8/OwnHandle.h \
bindings/v8/PageScriptDebugServer.h \
bindings/v8/RetainedDOMInfo.h \
Modified: trunk/Source/WebCore/loader/SubresourceLoader.cpp (102238 => 102239)
--- trunk/Source/WebCore/loader/SubresourceLoader.cpp 2011-12-07 15:29:47 UTC (rev 102238)
+++ trunk/Source/WebCore/loader/SubresourceLoader.cpp 2011-12-07 15:32:58 UTC (rev 102239)
@@ -41,6 +41,7 @@
#include "SecurityPolicy.h"
#include <wtf/RefCountedLeakCounter.h>
#include <wtf/StdLibExtras.h>
+#include <wtf/text/CString.h>
namespace WebCore {
Modified: trunk/Source/WebCore/loader/cache/CachedResource.cpp (102238 => 102239)
--- trunk/Source/WebCore/loader/cache/CachedResource.cpp 2011-12-07 15:29:47 UTC (rev 102238)
+++ trunk/Source/WebCore/loader/cache/CachedResource.cpp 2011-12-07 15:32:58 UTC (rev 102239)
@@ -45,6 +45,7 @@
#include <wtf/MathExtras.h>
#include <wtf/RefCountedLeakCounter.h>
#include <wtf/StdLibExtras.h>
+#include <wtf/text/CString.h>
#include <wtf/Vector.h>
using namespace WTF;
Modified: trunk/Source/WebCore/page/FrameTree.cpp (102238 => 102239)
--- trunk/Source/WebCore/page/FrameTree.cpp 2011-12-07 15:29:47 UTC (rev 102238)
+++ trunk/Source/WebCore/page/FrameTree.cpp 2011-12-07 15:32:58 UTC (rev 102239)
@@ -29,6 +29,7 @@
#include <stdarg.h>
#include <wtf/StringExtras.h>
#include <wtf/Vector.h>
+#include <wtf/text/CString.h>
using std::swap;
Modified: trunk/Source/WebCore/platform/graphics/MediaPlayer.cpp (102238 => 102239)
--- trunk/Source/WebCore/platform/graphics/MediaPlayer.cpp 2011-12-07 15:29:47 UTC (rev 102238)
+++ trunk/Source/WebCore/platform/graphics/MediaPlayer.cpp 2011-12-07 15:32:58 UTC (rev 102239)
@@ -38,6 +38,7 @@
#include "MediaPlayerPrivate.h"
#include "Settings.h"
#include "TimeRanges.h"
+#include <wtf/text/CString.h>
#if PLATFORM(QT)
#include <QtGlobal>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes