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

Unified Diff: Source/modules/accessibility/AXListBoxOption.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/AXListBoxOption.h
diff --git a/Source/modules/accessibility/AXListBoxOption.h b/Source/modules/accessibility/AXListBoxOption.h
index c2c9e39d926df6fd0e1c0aebdcb8ed3ed25aa9a2..d861ffeaf9341ee8ae10992d3789998afda95455 100644
--- a/Source/modules/accessibility/AXListBoxOption.h
+++ b/Source/modules/accessibility/AXListBoxOption.h
@@ -44,7 +44,7 @@ private:
AXListBoxOption(LayoutObject*, AXObjectCacheImpl*);
public:
- static PassRefPtr<AXListBoxOption> create(LayoutObject*, AXObjectCacheImpl*);
+ static PassRefPtrWillBeRawPtr<AXListBoxOption> create(LayoutObject*, AXObjectCacheImpl*);
virtual ~AXListBoxOption();
virtual bool isAXListBoxOption() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698