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

Unified Diff: Source/modules/accessibility/AXARIAGridRow.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, 6 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/AXARIAGridRow.h
diff --git a/Source/modules/accessibility/AXARIAGridRow.h b/Source/modules/accessibility/AXARIAGridRow.h
index 8e7914388a3367087a77edc1109a855a9f6b96f6..3d81044c43ef6341ee6e87dbdedd4293f5f3b675 100644
--- a/Source/modules/accessibility/AXARIAGridRow.h
+++ b/Source/modules/accessibility/AXARIAGridRow.h
@@ -41,7 +41,7 @@ private:
AXARIAGridRow(LayoutObject*, AXObjectCacheImpl&);
public:
- static PassRefPtr<AXARIAGridRow> create(LayoutObject*, AXObjectCacheImpl&);
+ static PassRefPtrWillBeRawPtr<AXARIAGridRow> create(LayoutObject*, AXObjectCacheImpl&);
virtual ~AXARIAGridRow();
virtual void headerObjectsForRow(AccessibilityChildrenVector&) override;

Powered by Google App Engine
This is Rietveld 408576698