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

Unified Diff: Source/modules/accessibility/AXList.h

Issue 1072273006: Oilpan: Prepare moving AXObject to heap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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: Source/modules/accessibility/AXList.h
diff --git a/Source/modules/accessibility/AXList.h b/Source/modules/accessibility/AXList.h
index c556f0178d3ca563baec18776c6159e6ad455d31..d2d2d38b1e85466c09f09d4988aaa390aba349b4 100644
--- a/Source/modules/accessibility/AXList.h
+++ b/Source/modules/accessibility/AXList.h
@@ -41,7 +41,7 @@ private:
AXList(LayoutObject*, AXObjectCacheImpl*);
public:
- static PassRefPtr<AXList> create(LayoutObject*, AXObjectCacheImpl*);
+ static PassRefPtrWillBeRawPtr<AXList> create(LayoutObject*, AXObjectCacheImpl*);
virtual ~AXList();
virtual bool isList() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698