Title: [197991] trunk/Source/WebCore
Revision
197991
Author
achristen...@apple.com
Date
2016-03-10 20:52:21 -0800 (Thu, 10 Mar 2016)

Log Message

Fix Windows build after r197986.

* accessibility/AccessibilityObject.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (197990 => 197991)


--- trunk/Source/WebCore/ChangeLog	2016-03-11 04:50:10 UTC (rev 197990)
+++ trunk/Source/WebCore/ChangeLog	2016-03-11 04:52:21 UTC (rev 197991)
@@ -1,3 +1,9 @@
+2016-03-10  Alex Christensen  <achristen...@webkit.org>
+
+        Fix Windows build after r197986.
+
+        * accessibility/AccessibilityObject.h:
+
 2016-03-10  Jeremy Jones  <jere...@apple.com>
 
         Set AVURLAssetUsesNoPersistentCacheKey on AVAsset to match caching policy.

Modified: trunk/Source/WebCore/accessibility/AccessibilityObject.h (197990 => 197991)


--- trunk/Source/WebCore/accessibility/AccessibilityObject.h	2016-03-11 04:50:10 UTC (rev 197990)
+++ trunk/Source/WebCore/accessibility/AccessibilityObject.h	2016-03-11 04:52:21 UTC (rev 197991)
@@ -33,6 +33,7 @@
 #include "FloatQuad.h"
 #include "LayoutRect.h"
 #include "Path.h"
+#include "Range.h"
 #include "TextIteratorBehavior.h"
 #include "VisiblePosition.h"
 #include "VisibleSelection.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to