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

Unified Diff: Source/modules/accessibility/AXARIAGridCell.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/AXARIAGridCell.h
diff --git a/Source/modules/accessibility/AXARIAGridCell.h b/Source/modules/accessibility/AXARIAGridCell.h
index 4e5c5310db435228414d1ce585ba506cc5e3297b..af5696a50fa64c303f26f46189131f01d3522a85 100644
--- a/Source/modules/accessibility/AXARIAGridCell.h
+++ b/Source/modules/accessibility/AXARIAGridCell.h
@@ -41,7 +41,7 @@ private:
AXARIAGridCell(LayoutObject*, AXObjectCacheImpl*);
public:
- static PassRefPtr<AXARIAGridCell> create(LayoutObject*, AXObjectCacheImpl*);
+ static PassRefPtrWillBeRawPtr<AXARIAGridCell> create(LayoutObject*, AXObjectCacheImpl*);
virtual ~AXARIAGridCell();
// fills in the start location and row span of cell

Powered by Google App Engine
This is Rietveld 408576698