Index: Source/testing/runner/WebTestProxy.cpp |
diff --git a/Source/testing/runner/WebTestProxy.cpp b/Source/testing/runner/WebTestProxy.cpp |
index 5c74653cd1e4abc9424f9e97c4a0324f8f76dadf..a04dc3a3ed453e16b98db0c02dd77b57b45452cf 100644 |
--- a/Source/testing/runner/WebTestProxy.cpp |
+++ b/Source/testing/runner/WebTestProxy.cpp |
@@ -50,7 +50,7 @@ |
#include "public/testing/WebTestInterfaces.h" |
#include "public/testing/WebTestRunner.h" |
#include "public/web/WebAXEnums.h" |
-#include "public/web/WebAccessibilityObject.h" |
+#include "public/web/WebAXObject.h" |
#include "public/web/WebCachedURLRequest.h" |
#include "public/web/WebConsoleMessage.h" |
#include "public/web/WebDataSource.h" |
@@ -828,7 +828,7 @@ void WebTestProxyBase::didAutoResize(const WebSize&) |
invalidateAll(); |
} |
-void WebTestProxyBase::postAccessibilityEvent(const WebKit::WebAccessibilityObject& obj, WebKit::WebAXEvent event) |
+void WebTestProxyBase::postAccessibilityEvent(const WebKit::WebAXObject& obj, WebKit::WebAXEvent event) |
{ |
if (event == WebKit::WebAXEventFocus) |
m_testInterfaces->accessibilityController()->setFocusedElement(obj); |