| Index: third_party/WebKit/Source/core/dom/Text.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Text.idl b/third_party/WebKit/Source/core/dom/Text.idl
|
| index 0ee5c2eb4f5794bea3996742547b3a1454dc1455..74cfdac6547a9a43ccf3bf0a9e1e1ff4aa6c7687 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Text.idl
|
| @@ -27,7 +27,7 @@
|
| [MeasureAs=TextWholeText] readonly attribute DOMString wholeText;
|
|
|
| // Shadow DOM
|
| - // http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-text-interface
|
| + // https://w3c.github.io/webcomponents/spec/shadow/#extensions-to-text-interface
|
| NodeList getDestinationInsertionPoints();
|
| [ImplementedAs=assignedSlotForBinding] readonly attribute HTMLSlotElement assignedSlot;
|
| };
|
|
|