Closed
Bug 708888
Opened 13 years ago
Closed 13 years ago
Remove no-longer-needed SVGDocumentWrapper::kSVGAtom
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: dholbert, Assigned: dholbert)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
As noted at http://mxr.mozilla.org/mozilla-central/source/image/src/SVGDocumentWrapper.h#187
> 187 // Lazily-initialized pointer to nsGkAtoms::svg, to make life easier in
> 188 // non-libxul builds, which don't let us reference nsGkAtoms from imagelib.
> 189 static nsIAtom* kSVGAtom;
We don't have or support non-libxul builds anymore, so we can ditch this variable and use "nsGkAtoms::svg" instead.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → dholbert+bmo
Status: NEW → ASSIGNED
OS: Linux → All
Hardware: x86_64 → All
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #580259 -
Flags: review?(roc)
Attachment #580259 -
Flags: review?(roc) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → mozilla11
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•