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

Unified Diff: Source/modules/accessibility/AXTableColumn.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/AXTableColumn.h
diff --git a/Source/modules/accessibility/AXTableColumn.h b/Source/modules/accessibility/AXTableColumn.h
index 2b3a7f0a82dc80f9dbf633512f4bf85cef58cbd1..311b201a12800998b9bb25face8ed8b063810848 100644
--- a/Source/modules/accessibility/AXTableColumn.h
+++ b/Source/modules/accessibility/AXTableColumn.h
@@ -44,7 +44,7 @@ private:
explicit AXTableColumn(AXObjectCacheImpl*);
public:
- static PassRefPtr<AXTableColumn> create(AXObjectCacheImpl*);
+ static PassRefPtrWillBeRawPtr<AXTableColumn> create(AXObjectCacheImpl*);
virtual ~AXTableColumn();
// retrieves the topmost "column" header (th)

Powered by Google App Engine
This is Rietveld 408576698