| Index: Source/testing/runner/WebAXObjectProxy.cpp
|
| diff --git a/Source/testing/runner/WebAXObjectProxy.cpp b/Source/testing/runner/WebAXObjectProxy.cpp
|
| index 6a87c22e775316c7225ff29768d7ca63b8681d3b..90df8d2f6331dad08ac2562882e8f83925a6d7b4 100644
|
| --- a/Source/testing/runner/WebAXObjectProxy.cpp
|
| +++ b/Source/testing/runner/WebAXObjectProxy.cpp
|
| @@ -37,7 +37,7 @@
|
| #include "public/platform/WebString.h"
|
| #include "public/web/WebAXObject.h"
|
|
|
| -using namespace WebKit;
|
| +using namespace blink;
|
| using namespace std;
|
|
|
| namespace WebTestRunner {
|
| @@ -563,7 +563,7 @@ WebAXObjectProxy* WebAXObjectProxy::getChildAtIndex(unsigned index)
|
| return m_factory->getOrCreate(accessibilityObject().childAt(index));
|
| }
|
|
|
| -bool WebAXObjectProxy::isEqual(const WebKit::WebAXObject& other)
|
| +bool WebAXObjectProxy::isEqual(const blink::WebAXObject& other)
|
| {
|
| return accessibilityObject().equals(other);
|
| }
|
|
|