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

Unified Diff: Source/core/dom/Text.idl

Issue 998473002: Remove the FIXME for Text.getDistributedNodes() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/Text.idl
diff --git a/Source/core/dom/Text.idl b/Source/core/dom/Text.idl
index e707029f8eb3bc8eca0ea55cdbf2a7ccf61f255f..9eb958bb384e131c40babdf28247041849416958 100644
--- a/Source/core/dom/Text.idl
+++ b/Source/core/dom/Text.idl
@@ -26,7 +26,7 @@
[RaisesException] Text splitText(unsigned long offset);
[MeasureAs=TextWholeText] readonly attribute DOMString wholeText;
- // FIXME: Text.getDestinationInsertionPoints() is not in the Shadow DOM spec.
- // https://www.w3.org/Bugs/Public/show_bug.cgi?id=28069
+ // Shadow DOM
+ // http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-text-interface
NodeList getDestinationInsertionPoints();
};
« 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