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

Unified Diff: Source/modules/accessibility/AXListBox.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/AXListBox.h
diff --git a/Source/modules/accessibility/AXListBox.h b/Source/modules/accessibility/AXListBox.h
index b6ee3760ea8905ddca192e824b4b64e7caa7629e..5749ed1b617b3ca1620f61876c06ffb6d1542069 100644
--- a/Source/modules/accessibility/AXListBox.h
+++ b/Source/modules/accessibility/AXListBox.h
@@ -41,7 +41,7 @@ private:
AXListBox(LayoutObject*, AXObjectCacheImpl*);
public:
- static PassRefPtr<AXListBox> create(LayoutObject*, AXObjectCacheImpl*);
+ static PassRefPtrWillBeRawPtr<AXListBox> create(LayoutObject*, AXObjectCacheImpl*);
virtual ~AXListBox();
virtual AccessibilityRole determineAccessibilityRole() override final;

Powered by Google App Engine
This is Rietveld 408576698