Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h

Issue 2902133002: Revert of "Implement the inert attribute" (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
index 04a9474fb6b0a7d9cea08207891cdea3fd36867b..d307561963661e2fde8c5cf41d1772e427f37ede 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
@@ -54,7 +54,6 @@ class MODULES_EXPORT AXObjectCacheImpl : public AXObjectCacheBase {
virtual ~AXObjectCacheImpl();
DECLARE_VIRTUAL_TRACE();
- Document& GetDocument() { return *document_; }
AXObjectImpl* FocusedObject();
void Dispose() override;

Powered by Google App Engine
This is Rietveld 408576698