Fix bug 658.
Needed to update to nsXIFDTD to match new nsSkippedContentToken API
This commit is contained in:
Родитель
0fb8f95c4a
Коммит
8cc626820e
|
@ -1879,6 +1879,8 @@ void nsXIFDTD::EndCSSStyleSheet(const nsIParserNode& aNode)
|
|||
mBuffer.Append(tagName);
|
||||
mBuffer.Append(">");
|
||||
CSkippedContentToken* skipped = new CSkippedContentToken(mBuffer);
|
||||
nsString& key = skipped->GetKey();
|
||||
key = mBuffer;
|
||||
|
||||
startNode.SetSkippedContent(skipped);
|
||||
mSink->AddLeaf(startNode);
|
||||
|
|
|
@ -1879,6 +1879,8 @@ void nsXIFDTD::EndCSSStyleSheet(const nsIParserNode& aNode)
|
|||
mBuffer.Append(tagName);
|
||||
mBuffer.Append(">");
|
||||
CSkippedContentToken* skipped = new CSkippedContentToken(mBuffer);
|
||||
nsString& key = skipped->GetKey();
|
||||
key = mBuffer;
|
||||
|
||||
startNode.SetSkippedContent(skipped);
|
||||
mSink->AddLeaf(startNode);
|
||||
|
|
Загрузка…
Ссылка в новой задаче