| 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 0ed45a81c9669fe28393500dc70d5217e8020a3b..f4361ae449f7e0bd10ff4d3f4be5fcc1d73a74f5 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Text.idl
|
| @@ -28,8 +28,8 @@
|
|
|
| // Mixin Slotable
|
| // https://dom.spec.whatwg.org/#mixin-slotable
|
| - [ImplementedAs=assignedSlotForBinding] readonly attribute HTMLSlotElement? assignedSlot;
|
| + [Measure, ImplementedAs=assignedSlotForBinding] readonly attribute HTMLSlotElement? assignedSlot;
|
|
|
| // Non-standard API:
|
| - NodeList getDestinationInsertionPoints();
|
| + [Measure] NodeList getDestinationInsertionPoints();
|
| };
|
|
|