mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix bustage of Bug 553540. typo fix
This commit is contained in:
parent
2c4892eb22
commit
6fb8d92ebe
@ -215,6 +215,7 @@ interface nsIDocumentEncoder : nsISupports
|
||||
*/
|
||||
const unsigned long OutputDontRewriteEncodingDeclaration = (1 << 18);
|
||||
|
||||
/**
|
||||
* When using the HTML or XHTML serializer, skip elements that are not
|
||||
* visible when this flag is set. Elements are not visible when they
|
||||
* have CSS style display:none or visibility:collapse, for example.
|
||||
@ -228,7 +229,6 @@ interface nsIDocumentEncoder : nsISupports
|
||||
*/
|
||||
const unsigned long OutputFormatDelSp = (1 << 20);
|
||||
|
||||
/**
|
||||
/**
|
||||
* Initialize with a pointer to the document and the mime type.
|
||||
* @param aDocument Document to encode.
|
||||
|
Loading…
Reference in New Issue
Block a user