Bug 1316347 - Only expose the HTMLShadowElement and HTMLContentElement interfaces when web components are enabled. r=smaug

This commit is contained in:
William Chen 2016-11-09 14:41:25 -08:00
Родитель cf2b65692c
Коммит c6ad2d8bd7
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -11,6 +11,7 @@
* and create derivative works of this document.
*/
[Func="nsDocument::IsWebComponentsEnabled"]
interface HTMLContentElement : HTMLElement
{
attribute DOMString select;

Просмотреть файл

@ -11,6 +11,7 @@
* and create derivative works of this document.
*/
[Func="nsDocument::IsWebComponentsEnabled"]
interface HTMLShadowElement : HTMLElement
{
readonly attribute ShadowRoot? olderShadowRoot;