Chromium Code Reviews| Index: Source/core/dom/shadow/ShadowRoot.h |
| diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h |
| index 9024928cc1f48e64beffbfd23d728a8d40cea7fb..7832306e35bc50b21a5c89ca10a10a3840d2b9b4 100644 |
| --- a/Source/core/dom/shadow/ShadowRoot.h |
| +++ b/Source/core/dom/shadow/ShadowRoot.h |
| @@ -49,10 +49,6 @@ class CORE_EXPORT ShadowRoot final : public DocumentFragment, public TreeScope, |
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ShadowRoot); |
| friend class WTF::DoublyLinkedListNode<ShadowRoot>; |
| public: |
| - // FIXME: We will support multiple shadow subtrees, however current implementation does not work well |
|
hayato
2015/06/04 07:25:07
The spec dropped multiple shadow roots, however, B
kochi
2015/06/04 07:47:38
What comment do you think is useful?
I think the
hayato
2015/06/04 08:20:14
Only part we have to remove is "We'll support mult
|
| - // if a shadow root is dynamically created. So we prohibit multiple shadow subtrees |
| - // in several elements for a while. |
| - // See https://bugs.webkit.org/show_bug.cgi?id=77503 and related bugs. |
| enum ShadowRootType { |
| UserAgentShadowRoot = 0, |
| OpenShadowRoot |