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

Unified Diff: Source/core/css/FontLoader.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/FontLoader.idl
diff --git a/Source/core/css/FontLoader.idl b/Source/core/css/FontLoader.idl
index b39c40ee90e616d1847f549dacf8b4777d4168ca..9364d69aab7a61a1453b0a89873e2bcf5925b320 100644
--- a/Source/core/css/FontLoader.idl
+++ b/Source/core/css/FontLoader.idl
@@ -29,6 +29,7 @@
*/
[
+ NoInterfaceObject,
Conditional=FONT_LOAD_EVENTS,
EnabledAtRuntime=fontLoadEvents,
ActiveDOMObject,

Powered by Google App Engine
This is Rietveld 408576698