| 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 3dc032a15a7c6e14e2218a5e5553559911c4c328..37ce7f60f025d1e286d36f987ad248f0be4ab3bf 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.idl
|
| @@ -30,5 +30,5 @@
|
| RuntimeEnabled=ShadowDOMV1,
|
| ] interface HTMLSlotElement : HTMLElement {
|
| [Reflect] attribute DOMString name;
|
| - [ImplementedAs=getAssignedNodesForBinding] sequence<Node> getAssignedNodes(optional AssignedNodesOptions options);
|
| + [ImplementedAs=assignedNodesForBinding] sequence<Node> assignedNodes(optional AssignedNodesOptions options);
|
| };
|
|
|