Closed
Bug 1571194
Opened 6 years ago
Closed 6 years ago
Port bug 1561015 - C++ build bustage on 2019-08-03
Categories
(MailNews Core :: General, task)
MailNews Core
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 70.0
People
(Reporter: jorgk-bmo, Assigned: jorgk-bmo)
Details
Attachments
(1 file)
|
5.40 KB,
patch
|
benc
:
review+
|
Details | Diff | Splinter Review |
1:27.50 c:/mozilla-source/comm-central/comm/mailnews/addrbook/src/nsAbContentHandler.cpp(100,20): error: no viable conversion from 'nsGetterAddRefs<nsPIDOMWindowOuter>' to 'mozilla::dom::BrowsingContext **'
1:27.51 ifptr, getter_AddRefs(dialogWindow));
1:27.51 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Assignee | ||
Comment 1•6 years ago
|
||
This compiles so far. Let's see.
Assignee: nobody → jorgk
Status: NEW → ASSIGNED
| Assignee | ||
Updated•6 years ago
|
Attachment #9082830 -
Flags: review?(benc)
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/afc6110d0846
Port bug 1561015: change type of window argument of OpenDialog(). rs=bustage-fix DONTBUILD
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•6 years ago
|
Target Milestone: --- → Thunderbird 70.0
Updated•6 years ago
|
Attachment #9082830 -
Flags: review?(benc) → review+
Updated•6 years ago
|
Type: defect → task
You need to log in
before you can comment on or make changes to this bug.
Description
•