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

Unified Diff: Source/modules/accessibility/AXInlineTextBox.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/AXInlineTextBox.h
diff --git a/Source/modules/accessibility/AXInlineTextBox.h b/Source/modules/accessibility/AXInlineTextBox.h
index 8e059b48c495b02d7876022ada8dae822305a1bc..7597faeb27c8d7b749bfbef543e53ed6cac4cebe 100644
--- a/Source/modules/accessibility/AXInlineTextBox.h
+++ b/Source/modules/accessibility/AXInlineTextBox.h
@@ -42,7 +42,7 @@ private:
AXInlineTextBox(PassRefPtr<AbstractInlineTextBox>, AXObjectCacheImpl*);
public:
- static PassRefPtr<AXInlineTextBox> create(PassRefPtr<AbstractInlineTextBox>, AXObjectCacheImpl*);
+ static PassRefPtrWillBeRawPtr<AXInlineTextBox> create(PassRefPtr<AbstractInlineTextBox>, AXObjectCacheImpl*);
virtual ~AXInlineTextBox();
virtual void init() override;

Powered by Google App Engine
This is Rietveld 408576698