зеркало из https://github.com/mozilla/pjs.git
Fix for bug 316619 (txMozillaXMLOutput::txMozillaXMLOutput(txOutputFormat* aFormat, nsIDOMDocumentFragment* aFragment)doesn't init mTreeDepth). Patch by matt@use.net, r/sr=me.
This commit is contained in:
Родитель
a8ad4851d3
Коммит
c9cca2e5b0
|
@ -114,7 +114,8 @@ txMozillaXMLOutput::txMozillaXMLOutput(const nsAString& aRootName,
|
|||
|
||||
txMozillaXMLOutput::txMozillaXMLOutput(txOutputFormat* aFormat,
|
||||
nsIDOMDocumentFragment* aFragment)
|
||||
: mBadChildLevel(0),
|
||||
: mTreeDepth(0),
|
||||
mBadChildLevel(0),
|
||||
mTableState(NORMAL),
|
||||
mDontAddCurrent(PR_FALSE),
|
||||
mHaveTitleElement(PR_FALSE),
|
||||
|
|
Загрузка…
Ссылка в новой задаче