| Index: third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp
|
| index caaea042ac8955098d60b23f8250229438d42f4a..800abaeba2f1045c1f6ff6d4db4f6a2cd8dfe1fc 100644
|
| --- a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp
|
| @@ -993,7 +993,7 @@ void XMLDocumentParser::startElementNs(const AtomicString& localName,
|
| AtomicString adjustedURI = uri;
|
| if (m_parsingFragment && adjustedURI.isNull()) {
|
| if (!prefix.isNull())
|
| - adjustedURI = m_prefixToNamespaceMap.get(prefix);
|
| + adjustedURI = m_prefixToNamespaceMap.at(prefix);
|
| else
|
| adjustedURI = m_defaultNamespaceURI;
|
| }
|
|
|