Title: [195960] trunk/Source/WebCore
- Revision
- 195960
- Author
- [email protected]
- Date
- 2016-02-01 08:00:55 -0800 (Mon, 01 Feb 2016)
Log Message
Tried to fix a build after r195899.
* dom/EventContext.h: Enabled TouchEventContext type trait specialization on iOS.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (195959 => 195960)
--- trunk/Source/WebCore/ChangeLog 2016-02-01 12:33:22 UTC (rev 195959)
+++ trunk/Source/WebCore/ChangeLog 2016-02-01 16:00:55 UTC (rev 195960)
@@ -1,3 +1,9 @@
+2016-02-01 Dan Bernstein <[email protected]>
+
+ Tried to fix a build after r195899.
+
+ * dom/EventContext.h: Enabled TouchEventContext type trait specialization on iOS.
+
2016-02-01 Youenn Fablet <[email protected]>
[Fetch API] Implement Fetch API Request
Modified: trunk/Source/WebCore/dom/EventContext.h (195959 => 195960)
--- trunk/Source/WebCore/dom/EventContext.h 2016-02-01 12:33:22 UTC (rev 195959)
+++ trunk/Source/WebCore/dom/EventContext.h 2016-02-01 16:00:55 UTC (rev 195960)
@@ -160,7 +160,7 @@
static bool isType(const WebCore::EventContext& context) { return context.isMouseOrFocusEventContext(); }
SPECIALIZE_TYPE_TRAITS_END()
-#if ENABLE(TOUCH_EVENTS) && !PLATFORM(IOS)
+#if ENABLE(TOUCH_EVENTS)
SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::TouchEventContext)
static bool isType(const WebCore::EventContext& context) { return context.isTouchEventContext(); }
SPECIALIZE_TYPE_TRAITS_END()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes