Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameletElement.idl

Issue 1531273003: Add prototype accessors to <framelet>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLFrameletElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLFrameletElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698