зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1316347 - Only expose the HTMLShadowElement and HTMLContentElement interfaces when web components are enabled. r=smaug
This commit is contained in:
Родитель
cf2b65692c
Коммит
c6ad2d8bd7
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче