[Webkit-unassigned] [Bug 52788] Any class other than Element should not use setShadowHost()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 19 00:31:27 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=52788
Daniel Bates <dbates at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #15 from Daniel Bates <dbates at webkit.org> 2011-04-19 00:31:26 PST ---
Committed attempt to fix the build in changeset 84226 <http://trac.webkit.org/changeset/84226>.
I added an ENABLE(SVG) guard around the call to Node::svgShadowHost() since this method is only defined when building with SVG enabled. I was unsure whether this was the best place to add the guard or to add it around the local variable isSVGShadowRoot, such that isSVGShadowRoot is defined to be false when building with SVG disabled. I decided to place the guard closest to the call that required it, Node::svgShadowHost().
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list