| Index: third_party/WebKit/Source/core/html/HTMLFrameletElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameletElement.idl b/third_party/WebKit/Source/core/html/HTMLFrameletElement.idl
|
| index 47cdbe8a09d294ecc2dbf354d9e63036524f652d..1e38eeeb8370c868e5b79d1ed960d30f0a399e20 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameletElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameletElement.idl
|
| @@ -20,4 +20,6 @@
|
|
|
| interface HTMLFrameletElement : HTMLElement {
|
| [Reflect, URL] attribute DOMString src;
|
| + readonly attribute DOMString bytesUsed;
|
| + attribute DOMString trackBytesUsed;
|
| };
|
|
|