Closed
Bug 1607595
Opened 5 years ago
Closed 5 years ago
Remove mozilla::IsBaseOf.
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(2 files)
No description provided.
Blocks: 1277372
Assignee | ||
Comment 1•5 years ago
|
||
Automatically generated by:
$ rg 'IsBaseOf<' | cut -d : -f 1 | xargs sed -i 's/mozilla::IsBaseOf</std::is_base_of</g'
$ rg 'IsBaseOf<' | cut -d : -f 1 | xargs sed -i 's/IsBaseOf</std::is_base_of</g
Assignee | ||
Comment 2•5 years ago
|
||
This is manual, but hopefully trivial.
Depends on D59013
Updated•5 years ago
|
Attachment #9119223 -
Attachment description: Bug 1607595 Remove uses of mozilla::IsBaseOf. r=froydnj → Bug 1607595 - Remove uses of mozilla::IsBaseOf. r=froydnj
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cf6b10d9a989
Remove uses of mozilla::IsBaseOf. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/66d7cbd72a41
Manual fixups, and remove mozilla::IsBaseOf. r=froydnj
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/cf6b10d9a989
https://hg.mozilla.org/mozilla-central/rev/66d7cbd72a41
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•