Title: [187563] trunk/Source/WebKit2
Revision
187563
Author
cfleiz...@apple.com
Date
2015-07-29 15:00:57 -0700 (Wed, 29 Jul 2015)

Log Message

AX: iOS: VoiceOver hangs indefinitely when an JS alert appears
https://bugs.webkit.org/show_bug.cgi?id=147386

Reviewed by Dan Bernstein.

Make sure this also builds on iOS8.

* Platform/IPC/mac/ConnectionMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (187562 => 187563)


--- trunk/Source/WebKit2/ChangeLog	2015-07-29 21:52:11 UTC (rev 187562)
+++ trunk/Source/WebKit2/ChangeLog	2015-07-29 22:00:57 UTC (rev 187563)
@@ -1,3 +1,14 @@
+2015-07-29  Chris Fleizach  <cfleiz...@apple.com>
+
+        AX: iOS: VoiceOver hangs indefinitely when an JS alert appears
+        https://bugs.webkit.org/show_bug.cgi?id=147386
+
+        Reviewed by Dan Bernstein.
+
+        Make sure this also builds on iOS8.
+
+        * Platform/IPC/mac/ConnectionMac.mm:
+
 2015-07-29  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [Seccomp] Further improvements to default web process policy

Modified: trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm (187562 => 187563)


--- trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm	2015-07-29 21:52:11 UTC (rev 187562)
+++ trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm	2015-07-29 22:00:57 UTC (rev 187563)
@@ -42,6 +42,7 @@
 #include <UIKit/UIAccessibility.h>
 
 #if __has_include(<AXRuntime/AXNotificationConstants.h>)
+#include <AXRuntime/AXDefines.h>
 #include <AXRuntime/AXNotificationConstants.h>
 #else
 #define kAXPidStatusChangedNotification 0
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to