Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / testing / MockPagePopupDriver.cpp
index 9f7e815..da705ba 100644 (file)
@@ -49,6 +49,7 @@ public:
 private:
     MockPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView, LocalFrame*);
     void close(Timer<MockPagePopup>*);
+    virtual AXObject* rootAXObject() OVERRIDE { return 0; }
 
     PagePopupClient* m_popupClient;
     RefPtrWillBePersistent<HTMLIFrameElement> m_iframe;