Closed
Bug 1048242
Opened 11 years ago
Closed 11 years ago
Fix more bad implicit constructors in docshell
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
5.30 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #8467032 -
Flags: review?(bugs)
Comment 2•11 years ago
|
||
Comment on attachment 8467032 [details] [diff] [review]
Fix more bad implicit constructors in docshell
So are you planning to prevent all use of non-explicit ctors?
Attachment #8467032 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #2)
> Comment on attachment 8467032 [details] [diff] [review]
> Fix more bad implicit constructors in docshell
>
> So are you planning to prevent all use of non-explicit ctors?
No, that's what MOZ_IMPLICIT is used for.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•