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

Unified Diff: Source/core/css/DOMWindowCSS.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: Applied Kentaro's comments 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/css/DOMWindowCSS.idl
diff --git a/Source/core/css/DOMWindowCSS.idl b/Source/core/css/DOMWindowCSS.idl
index aed4cf7f00f22109e2a49077f3a61a80aeabe4d0..a79d86c48ba26f7312c8aaff254d31bfdaa486db 100644
--- a/Source/core/css/DOMWindowCSS.idl
+++ b/Source/core/css/DOMWindowCSS.idl
@@ -28,6 +28,7 @@
*/
[
+ NoInterfaceObject,
InterfaceName=CSS,
Conditional=CSS3_CONDITIONAL_RULES
] interface DOMWindowCSS {

Powered by Google App Engine
This is Rietveld 408576698