Title: [188402] trunk/Source/WebCore
Revision
188402
Author
bfulg...@apple.com
Date
2015-08-13 14:17:30 -0700 (Thu, 13 Aug 2015)

Log Message

[Win] Unreviewed build fix.

* accessibility/AXObjectCache.cpp: Add missing 'DataLog.h' include.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (188401 => 188402)


--- trunk/Source/WebCore/ChangeLog	2015-08-13 21:06:46 UTC (rev 188401)
+++ trunk/Source/WebCore/ChangeLog	2015-08-13 21:17:30 UTC (rev 188402)
@@ -1,3 +1,9 @@
+2015-08-13  Brent Fulgham  <bfulg...@apple.com>
+
+        [Win] Unreviewed build fix.
+
+        * accessibility/AXObjectCache.cpp: Add missing 'DataLog.h' include.
+
 2015-08-13 Wenson Hsieh  <wenson_hs...@apple.com>
 
         Selects should scale when rendering while zoomed

Modified: trunk/Source/WebCore/accessibility/AXObjectCache.cpp (188401 => 188402)


--- trunk/Source/WebCore/accessibility/AXObjectCache.cpp	2015-08-13 21:06:46 UTC (rev 188401)
+++ trunk/Source/WebCore/accessibility/AXObjectCache.cpp	2015-08-13 21:17:30 UTC (rev 188402)
@@ -81,6 +81,7 @@
 #include "RenderTableRow.h"
 #include "RenderView.h"
 #include "ScrollView.h"
+#include <wtf/DataLog.h>
 #include <wtf/PassRefPtr.h>
 
 #if ENABLE(VIDEO)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to