зеркало из https://github.com/mozilla/gecko-dev.git
Bug 893117: Remove xpidl for nsIDOMHTMLDirectoryElement r=bz
This commit is contained in:
Родитель
efe4d5c852
Коммит
297c5152c3
|
@ -53,9 +53,6 @@ NS_IMPL_STRING_ATTR(HTMLSharedElement, Type, type)
|
|||
NS_IMPL_STRING_ATTR(HTMLSharedElement, Value, value)
|
||||
NS_IMPL_STRING_ATTR(HTMLSharedElement, ValueType, valuetype)
|
||||
|
||||
// nsIDOMHTMLDirectoryElement
|
||||
NS_IMPL_BOOL_ATTR(HTMLSharedElement, Compact, compact)
|
||||
|
||||
// nsIDOMHTMLQuoteElement
|
||||
NS_IMPL_URI_ATTR(HTMLSharedElement, Cite, cite)
|
||||
|
||||
|
|
|
@ -55,9 +55,6 @@ public:
|
|||
// nsIDOMHTMLBaseElement
|
||||
NS_DECL_NSIDOMHTMLBASEELEMENT
|
||||
|
||||
// nsIDOMHTMLDirectoryElement
|
||||
NS_DECL_NSIDOMHTMLDIRECTORYELEMENT
|
||||
|
||||
// nsIDOMHTMLQuoteElement
|
||||
NS_DECL_NSIDOMHTMLQUOTEELEMENT
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
* http://www.whatwg.org/specs/web-apps/current-work/
|
||||
*/
|
||||
|
||||
// Exists so that | element instanceof Ci.nsIDOMHTMLDirectoryElement | works.
|
||||
[scriptable, uuid(cf50373e-e004-4cec-bc65-be9250d9e4c8)]
|
||||
interface nsIDOMHTMLDirectoryElement : nsIDOMHTMLElement
|
||||
{
|
||||
attribute boolean compact;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче