Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(917)

Unified Diff: Source/core/dom/shadow/ShadowRoot.h

Issue 1156133008: Remove obsolete comment in ShadowRoot.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698