Summary: | [PATCH] khtml/svg/SVGStyleElement.cpp not compiling on opensolaris | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | tropikhajma <tropikhajma> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dominik.tritscher |
Priority: | NOR | Keywords: | triaged |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch |
Description
tropikhajma
2009-05-06 13:10:44 UTC
Created attachment 33394 [details]
patch
still valid SVN commit 1067625 by orlovich: Give a lot of method elements proper return types, hopefully fixing SunStudio12 build. While I am at it, properly provide XML attributes constants, and us them. CCBUG: 191763 BUG: 191789 BUG: 191799 BUG: 191810 M +3 -0 misc/gennames.py M +2 -1 misc/htmlnames.cpp M +3 -0 misc/htmlnames.h A misc/xmlattrs.in M +8 -6 svg/SVGAltGlyphElement.cpp M +6 -6 svg/SVGAltGlyphElement.h M +2 -5 svg/SVGElement.cpp M +1 -2 svg/SVGGlyphElement.cpp M +1 -1 svg/SVGHKernElement.cpp M +7 -11 svg/SVGLangSpace.cpp M +13 -21 svg/SVGSVGElement.cpp M +9 -9 svg/SVGSVGElement.h M +14 -13 svg/SVGStyleElement.cpp M +7 -7 svg/SVGStyleElement.h M +11 -10 svg/SVGTextContentElement.cpp M +1 -1 svg/SVGURIReference.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1067625 |