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

Unified Diff: Source/core/html/HTMLBaseFontElement.idl

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 months 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
Index: Source/core/html/HTMLBaseFontElement.idl
diff --git a/Source/core/html/HTMLBaseFontElement.idl b/Source/core/html/HTMLBaseFontElement.idl
index b885a0529ee0f3af953c1878ea8babee5c023024..0f34a03ab6069946f3ac8d70cc5392a9b2d1ed7f 100644
--- a/Source/core/html/HTMLBaseFontElement.idl
+++ b/Source/core/html/HTMLBaseFontElement.idl
@@ -17,7 +17,9 @@
* Boston, MA 02110-1301, USA.
*/
-interface HTMLBaseFontElement : HTMLElement {
+[
+ NoInterfaceObject,
+] interface HTMLBaseFontElement : HTMLElement {
[Reflect] attribute DOMString color;
[Reflect] attribute DOMString face;
[Reflect] attribute long size;

Powered by Google App Engine
This is Rietveld 408576698