зеркало из https://github.com/mozilla/pjs.git
Bug 538193 - Copy over content model element and content model element name when loading state from another HTML5 tokenizer. rs=sicking.
This commit is contained in:
Родитель
65c41762cd
Коммит
e7d983dea3
|
@ -3904,6 +3904,8 @@ nsHtml5Tokenizer::loadState(nsHtml5Tokenizer* other)
|
|||
nsHtml5ArrayCopy::arraycopy(other->longStrBuf, longStrBuf, longStrBufLen);
|
||||
stateSave = other->stateSave;
|
||||
returnStateSave = other->returnStateSave;
|
||||
contentModelElement = other->contentModelElement;
|
||||
contentModelElementNameAsArray = other->contentModelElementNameAsArray;
|
||||
lastCR = other->lastCR;
|
||||
index = other->index;
|
||||
forceQuirks = other->forceQuirks;
|
||||
|
|
Загрузка…
Ссылка в новой задаче