[Webkit-unassigned] [Bug 108871] Move HTMLShadowElement code behind SHADOW_DOM flag.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 17:13:32 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108871





--- Comment #2 from Kent Tamura <tkent at chromium.org>  2013-02-04 17:15:37 PST ---
(From update of attachment 186481)
View in context: https://bugs.webkit.org/attachment.cgi?id=186481&action=review

> Source/WebCore/dom/NodeRenderingContext.cpp:38
> +#if ENABLE(SHADOW_DOM)
>  #include "HTMLShadowElement.h"
> +#endif

Why do you want to do this?
I don't think we need to do it because the content of HTMLShadowElement.h is already wrapped with ENABEL(SHADOW_DOM).

-- 
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