Index: content/shell/renderer/test_runner/WebAXObjectProxy.h |
diff --git a/content/shell/renderer/test_runner/WebAXObjectProxy.h b/content/shell/renderer/test_runner/WebAXObjectProxy.h |
index 59162f275874b790fe7315e4a1d4b0831da9fcc8..b8aa62c0ae32620a99f506580f20b6e5d1f09937 100644 |
--- a/content/shell/renderer/test_runner/WebAXObjectProxy.h |
+++ b/content/shell/renderer/test_runner/WebAXObjectProxy.h |
@@ -25,9 +25,9 @@ public: |
virtual WebAXObjectProxy* getChildAtIndex(unsigned); |
virtual bool isRoot() const; |
- virtual bool isEqual(const blink::WebAXObject&); |
+ bool isEqual(const blink::WebAXObject&); |
- virtual void notificationReceived(const char *notificationName); |
+ void notificationReceived(const char *notificationName); |
protected: |
const blink::WebAXObject& accessibilityObject() const { return m_accessibilityObject; } |