Closed
Bug 863120
Opened 12 years ago
Closed 12 years ago
RootAccessibleWrap.mm doesn't #include header files for layout things it uses
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
Details
Attachments
(1 file)
943 bytes,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
I'm doing some changes to header files in layout and got the
following compile error:
../../../../../accessible/src/mac/RootAccessibleWrap.mm:43:25: error: member access into incomplete type 'nsIFrame'
nsView *view = frame->GetViewExternal();
^
../../../dist/include/nsPropertyTable.h:44:7: note: forward declaration of 'nsIFrame'
class nsIFrame;
^
1 error generated.
make[8]: *** [RootAccessibleWrap.o] Error 1
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #738873 -
Flags: review?(surkov.alexander)
Comment 2•12 years ago
|
||
Comment on attachment 738873 [details] [diff] [review]
fix
Review of attachment 738873 [details] [diff] [review]:
-----------------------------------------------------------------
rs=me
Attachment #738873 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Flags: in-testsuite-
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•