| Index: third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/StyleSheetContents.cpp b/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| index f593ed33970ef1d29e40872329c38c2981de05de..27ec3a59dc0caac47eb515dd27917742868b1c63 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| @@ -330,7 +330,7 @@ void StyleSheetContents::parserAddNamespace(const AtomicString& prefix,
|
|
|
| const AtomicString& StyleSheetContents::namespaceURIFromPrefix(
|
| const AtomicString& prefix) {
|
| - return m_namespaces.get(prefix);
|
| + return m_namespaces.at(prefix);
|
| }
|
|
|
| void StyleSheetContents::parseAuthorStyleSheet(
|
|
|