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

Unified Diff: Source/modules/accessibility/AXSVGRoot.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
« no previous file with comments | « Source/modules/accessibility/AXProgressIndicator.cpp ('k') | Source/modules/accessibility/AXSVGRoot.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXSVGRoot.h
diff --git a/Source/modules/accessibility/AXSVGRoot.h b/Source/modules/accessibility/AXSVGRoot.h
index 0cb27c7082532f0da5398e62aa2a7ebfcb1168ab..a286b4906954f3c829ddeed94866d3aecf37e16c 100644
--- a/Source/modules/accessibility/AXSVGRoot.h
+++ b/Source/modules/accessibility/AXSVGRoot.h
@@ -41,7 +41,7 @@ protected:
AXSVGRoot(LayoutObject*, AXObjectCacheImpl&);
public:
- static PassRefPtr<AXSVGRoot> create(LayoutObject*, AXObjectCacheImpl&);
+ static PassRefPtrWillBeRawPtr<AXSVGRoot> create(LayoutObject*, AXObjectCacheImpl&);
virtual ~AXSVGRoot();
void setParent(AXObject*) override;
« no previous file with comments | « Source/modules/accessibility/AXProgressIndicator.cpp ('k') | Source/modules/accessibility/AXSVGRoot.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698