Bug 1019319 - part 1: Import interface should be preffed; r=mrbkap

This commit is contained in:
Gabor Krizsanits 2014-06-05 14:45:49 +02:00
parent 9cd7901e32
commit 9d9bd82d39

View File

@ -44,6 +44,7 @@ partial interface HTMLLinkElement {
// http://w3c.github.io/webcomponents/spec/imports/#interface-import
partial interface HTMLLinkElement {
[Pref="dom.webcomponents.enabled"]
readonly attribute Document? import;
};