Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / build / scripts / templates / InternalSettingsGenerated.idl.tmpl
index 08978d5..97f0f26 100644 (file)
@@ -1,7 +1,9 @@
 {% from "macros.tmpl" import license -%}
 {{ license() }}
 
-interface InternalSettingsGenerated {
+[
+    NoInterfaceObject, // testing interfaces do not appear on global objects
+] interface InternalSettingsGenerated {
 {%- for setting in settings if setting.type|to_idl_type %}
     void set{{setting.name|upper_first}}({{setting.type|to_idl_type}} {{setting.name}});
 {%- endfor %}