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

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: add new references, revive the comment without obsolete part. 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..690212042606f04bff31985cc4e6609f997134be 100644
--- a/Source/core/dom/shadow/ShadowRoot.h
+++ b/Source/core/dom/shadow/ShadowRoot.h
@@ -49,10 +49,9 @@ 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
- // 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.
+ // FIXME: Current implementation does not work well if a shadow root is dynamically created.
+ // So multiple shadow subtrees in several elements are prohibited.
+ // See https://github.com/w3c/webcomponents/issues/102 and http://crbug.com/234020
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