Closed
Bug 1628282
Opened 5 years ago
Closed 5 years ago
Inline nsDocShell::OnLoadingSite into its only caller
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: peterv, Assigned: peterv)
Details
Attachments
(1 file)
nsDocShell::OnLoadingSite is only called by nsDocShell::CreateContentViewer. Inlining it into the caller will make it a bit clearer what all the callers to nsDocShell::OnNewURI pass for the last 3 arguments.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → peterv
Status: NEW → ASSIGNED
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1ac0fbccd6a4
Inline nsDocShell::OnLoadingSite into its only caller. r=smaug
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•