Closed
Bug 1443714
Opened 8 years ago
Closed 8 years ago
Remove already_AddRefed for GetDocument and GetPresSehll on EditorBase
Categories
(Core :: DOM: Editor, enhancement)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
Details
Attachments
(1 file)
It is unnecessary to use already_AddRefed for GetDocument and GetPresShell. Then if we remove already_AddRefed, we can replace this with const method.
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8956754 [details]
Bug 1443714 - Remove already_AddRefed for GetDocument and GetPresSehll on EditorBase.
https://reviewboard.mozilla.org/r/225722/#review231886
Attachment #8956754 -
Flags: review?(masayuki) → review+
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/8b181d76f729
Remove already_AddRefed for GetDocument and GetPresSehll on EditorBase. r=masayuki
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•