Closed
Bug 369721
Opened 18 years ago
Closed 18 years ago
Remove nsXULElement::MaybeTriggerAutoLink
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(1 file)
2.46 KB,
patch
|
peterv
:
review+
peterv
:
superreview+
|
Details | Diff | Splinter Review |
Because nsXULElement inherits nsGenericElement,
MaybeTriggerAutoLink() can be removed.
http://lxr.mozilla.org/seamonkey/source/content/base/src/nsGenericElement.cpp#1944
Attachment #254405 -
Flags: superreview?(peterv)
Attachment #254405 -
Flags: review?(peterv)
Comment 1•18 years ago
|
||
Comment on attachment 254405 [details] [diff] [review]
patch
Could we remove the include for nsIXMLContent.h too?
Attachment #254405 -
Flags: superreview?(peterv)
Attachment #254405 -
Flags: superreview+
Attachment #254405 -
Flags: review?(peterv)
Attachment #254405 -
Flags: review+
Assignee | ||
Comment 2•18 years ago
|
||
Yes, we should remove that.
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•