Title: [207527] trunk/Source/WebCore
Revision
207527
Author
carlo...@webkit.org
Date
2016-10-19 00:40:28 -0700 (Wed, 19 Oct 2016)

Log Message

Unreviewed. Fix the build after r207522.

* page/PerformanceUserTiming.cpp: Include PerformanceTiming.h.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207526 => 207527)


--- trunk/Source/WebCore/ChangeLog	2016-10-19 07:24:04 UTC (rev 207526)
+++ trunk/Source/WebCore/ChangeLog	2016-10-19 07:40:28 UTC (rev 207527)
@@ -1,5 +1,11 @@
 2016-10-19  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Fix the build after r207522.
+
+        * page/PerformanceUserTiming.cpp: Include PerformanceTiming.h.
+
+2016-10-19  Carlos Garcia Campos  <cgar...@igalia.com>
+
         Unreviewed. Fix the build after r207519.
 
         The build error is:

Modified: trunk/Source/WebCore/page/PerformanceUserTiming.cpp (207526 => 207527)


--- trunk/Source/WebCore/page/PerformanceUserTiming.cpp	2016-10-19 07:24:04 UTC (rev 207526)
+++ trunk/Source/WebCore/page/PerformanceUserTiming.cpp	2016-10-19 07:40:28 UTC (rev 207527)
@@ -33,6 +33,7 @@
 #include "PerformanceEntry.h"
 #include "PerformanceMark.h"
 #include "PerformanceMeasure.h"
+#include "PerformanceTiming.h"
 #include <array>
 #include <wtf/NeverDestroyed.h>
 #include <wtf/dtoa/utils.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to