Commit 813051f3 authored by Hayato Ito's avatar Hayato Ito Committed by Commit Bot

Remove outdated TODO comment

The comment is no longer true, and we can remove TODO here.

Change-Id: I0b2e4735a543d915c6bc45fcc51fbce6207e4052
Reviewed-on: https://chromium-review.googlesource.com/1248341
Commit-Queue: Hayato Ito <hayato@chromium.org>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#594624}
parent def14ee9
...@@ -327,9 +327,6 @@ class CORE_EXPORT Node : public EventTarget { ...@@ -327,9 +327,6 @@ class CORE_EXPORT Node : public EventTarget {
// If this node is in a shadow tree, returns its shadow host. Otherwise, // If this node is in a shadow tree, returns its shadow host. Otherwise,
// returns nullptr. // returns nullptr.
// TODO(kochi): crbug.com/507413 ownerShadowHost() can return nullptr even
// when it is in a shadow tree but its root is detached from its host. This
// can happen when handling queued events (e.g. during execCommand()).
Element* OwnerShadowHost() const; Element* OwnerShadowHost() const;
// crbug.com/569532: containingShadowRoot() can return nullptr even if // crbug.com/569532: containingShadowRoot() can return nullptr even if
// isInShadowTree() returns true. // isInShadowTree() returns true.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment