| Index: third_party/WebKit/Source/core/html/HTMLSlotElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElement.idl b/third_party/WebKit/Source/core/html/HTMLSlotElement.idl
|
| index af666c612a0f63ab746c80c3c9ab6199a8309189..3dc032a15a7c6e14e2218a5e5553559911c4c328 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.idl
|
| @@ -30,6 +30,5 @@
|
| RuntimeEnabled=ShadowDOMV1,
|
| ] interface HTMLSlotElement : HTMLElement {
|
| [Reflect] attribute DOMString name;
|
| - [ImplementedAs=getAssignedNodesForBinding] sequence<Node> getAssignedNodes();
|
| - [ImplementedAs=getDistributedNodesForBinding] sequence<Node> getDistributedNodes();
|
| + [ImplementedAs=getAssignedNodesForBinding] sequence<Node> getAssignedNodes(optional AssignedNodesOptions options);
|
| };
|
|
|