Title: [167595] trunk/Source/WebCore
- Revision
- 167595
- Author
- [email protected]
- Date
- 2014-04-21 10:31:13 -0700 (Mon, 21 Apr 2014)
Log Message
[Win] Unreviewed build fix.
* inspector/TimelineRecordFactory.cpp: Add missing include.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (167594 => 167595)
--- trunk/Source/WebCore/ChangeLog 2014-04-21 17:11:43 UTC (rev 167594)
+++ trunk/Source/WebCore/ChangeLog 2014-04-21 17:31:13 UTC (rev 167595)
@@ -1,3 +1,9 @@
+2014-04-21 Brent Fulgham <[email protected]>
+
+ [Win] Unreviewed build fix.
+
+ * inspector/TimelineRecordFactory.cpp: Add missing include.
+
2014-04-21 Zan Dobersek <[email protected]>
Move cross-port Source/WebCore/page/ code to std::unique_ptr
Modified: trunk/Source/WebCore/inspector/TimelineRecordFactory.cpp (167594 => 167595)
--- trunk/Source/WebCore/inspector/TimelineRecordFactory.cpp 2014-04-21 17:11:43 UTC (rev 167594)
+++ trunk/Source/WebCore/inspector/TimelineRecordFactory.cpp 2014-04-21 17:31:13 UTC (rev 167595)
@@ -47,6 +47,7 @@
#include <inspector/ScriptCallStack.h>
#include <inspector/ScriptCallStackFactory.h>
#include <inspector/agents/InspectorProfilerAgent.h>
+#include <profiler/Profile.h>
#include <wtf/CurrentTime.h>
using namespace Inspector;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes