Title: [200713] trunk/Source/WebCore
- Revision
- 200713
- Author
- rn...@webkit.org
- Date
- 2016-05-11 16:03:21 -0700 (Wed, 11 May 2016)
Log Message
iOS clean build fix after r200700.
* bindings/js/JSDOMWindowCustom.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (200712 => 200713)
--- trunk/Source/WebCore/ChangeLog 2016-05-11 22:42:23 UTC (rev 200712)
+++ trunk/Source/WebCore/ChangeLog 2016-05-11 23:03:21 UTC (rev 200713)
@@ -1,5 +1,11 @@
2016-05-11 Ryosuke Niwa <rn...@webkit.org>
+ iOS clean build fix after r200700.
+
+ * bindings/js/JSDOMWindowCustom.cpp:
+
+2016-05-11 Ryosuke Niwa <rn...@webkit.org>
+
Moving focus by tab could erroneously focus a non-focusable shadow host
https://bugs.webkit.org/show_bug.cgi?id=157585
Modified: trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp (200712 => 200713)
--- trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp 2016-05-11 22:42:23 UTC (rev 200712)
+++ trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp 2016-05-11 23:03:21 UTC (rev 200713)
@@ -39,11 +39,6 @@
#include "ScheduledAction.h"
#include "Settings.h"
-#if ENABLE(IOS_TOUCH_EVENTS)
-#include "JSTouchConstructorIOS.h"
-#include "JSTouchListConstructorIOS.h"
-#endif
-
#if ENABLE(WEB_AUDIO)
#include "JSAudioContext.h"
#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes