| 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();
|
| };
|
|
|