diff --git a/docshell/html/nsIHTMLDocShell.idl b/docshell/html/nsIHTMLDocShell.idl index 8a1dba0c2b2..178cd06487e 100644 --- a/docshell/html/nsIHTMLDocShell.idl +++ b/docshell/html/nsIHTMLDocShell.idl @@ -35,6 +35,9 @@ interface nsIHTMLDocShell : nsISupports */ void scrollToNode(in nsIDOMNode node); + /** if true, plugins are allowed within the doc shell. default = true */ + attribute boolean allowPlugins; + /* XXX Comment here! */