Closed
Bug 852803
Opened 12 years ago
Closed 12 years ago
nsHTMLCanvasFrame calls nsSplittableFrame::Init, not nsContainerFrame::Init
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
1.12 KB,
patch
|
tnikkel
:
review+
|
Details | Diff | Splinter Review |
But it inherits from nsContainerFrame. Is this purposeful?
Looks like this was added in bug 610727.
Flags: needinfo?(roc)
I don't think so.
Flags: needinfo?(roc)
Updated•12 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Version: unspecified → Trunk
Comment 2•12 years ago
|
||
Actually at the time of bug 610727 it actually inherited from nsSplittableFrame. http://hg.mozilla.org/mozilla-central/rev/0d48a869291f changed it to nsContainerFrame and missed one spot.
Updated•12 years ago
|
![]() |
Assignee | |
Comment 3•12 years ago
|
||
Attachment #727488 -
Flags: review?(tnikkel)
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: nobody → bzbarsky
![]() |
Assignee | |
Updated•12 years ago
|
Whiteboard: [need review]
Updated•12 years ago
|
Attachment #727488 -
Flags: review?(tnikkel) → review+
![]() |
Assignee | |
Comment 4•12 years ago
|
||
Flags: in-testsuite-
Whiteboard: [need review]
Target Milestone: --- → mozilla22
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•