Closed
Bug 779386
Opened 13 years ago
Closed 13 years ago
Clean up some includes in a11y
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: dzbarsky, Assigned: dzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
7.94 KB,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #647804 -
Flags: review?(surkov.alexander)
Comment 1•13 years ago
|
||
Comment on attachment 647804 [details] [diff] [review]
Patch
Review of attachment 647804 [details] [diff] [review]:
-----------------------------------------------------------------
thanks!
::: accessible/src/base/TextAttrs.h
@@ +196,5 @@
> {
> public:
> LangTextAttr(HyperTextAccessible* aRoot, nsIContent* aRootElm,
> nsIContent* aElm);
> + virtual ~LangTextAttr();
why is this change?
Attachment #647804 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Comment 2•13 years ago
|
||
I moved the destructor out of line to avoid instantiating the nsCOMPtr<nsIContent> template, which allows us to forward declare nsIContent instead of including it.
Comment 3•13 years ago
|
||
I see, thanks
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•13 years ago
|
Assignee: nobody → dzbarsky
You need to log in
before you can comment on or make changes to this bug.
Description
•