| Index: Source/core/html/parser/HTMLStackItem.h
|
| diff --git a/Source/core/html/parser/HTMLStackItem.h b/Source/core/html/parser/HTMLStackItem.h
|
| index a5ed6b60748eb5f02460fc690d6f91277f52d5a6..1ac0254ae517ba36c65d74733634c5fa32a10b9b 100644
|
| --- a/Source/core/html/parser/HTMLStackItem.h
|
| +++ b/Source/core/html/parser/HTMLStackItem.h
|
| @@ -220,8 +220,8 @@ private:
|
| m_isDocumentFragmentNode = true;
|
| break;
|
| case ItemForContextElement:
|
| - m_tokenLocalName = m_node->localName();
|
| - m_namespaceURI = m_node->namespaceURI();
|
| + m_tokenLocalName = element()->localName();
|
| + m_namespaceURI = element()->namespaceURI();
|
| m_isDocumentFragmentNode = false;
|
| break;
|
| }
|
|
|