Closed
Bug 821618
Opened 13 years ago
Closed 13 years ago
nsHTMLAbsPosition.cpp:665: undefined reference to `nsIDOMCSSStyleDeclaration::GetPropertyCSSValue(nsAString_internal const&, nsIDOMCSSValue**)'
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
1.14 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
../../editor/libeditor/html/nsHTMLAbsPosition.o: In function `nsHTMLEditor::CheckPositionedElementBGandFG(nsIDOMElement*, nsAString_internal&)':
/home/mh/mozilla-central/editor/libeditor/html/nsHTMLAbsPosition.cpp:665: undefined reference to `nsIDOMCSSStyleDeclaration::GetPropertyCSSValue(nsAString_internal const&, nsIDOMCSSValue**)'
/usr/bin/ld: libxul.so: hidden symbol `_ZN25nsIDOMCSSStyleDeclaration19GetPropertyCSSValueERK18nsAString_internalPP14nsIDOMCSSValue' isn't defined
Comment 1•13 years ago
|
||
ah thanks, this is what yesterday broke my compilation on Mac, basically I couldn't build anymore due to linking error on this.
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #692327 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → mh+mozilla
![]() |
||
Comment 3•13 years ago
|
||
Comment on attachment 692327 [details] [diff] [review]
Fix build failure with some compilers due to nsComputedDOMStyle::GetPropertyCSSValue definition
r=me
Attachment #692327 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•