| Index: third_party/WebKit/Source/core/css/StyleSheetContents.h
|
| diff --git a/third_party/WebKit/Source/core/css/StyleSheetContents.h b/third_party/WebKit/Source/core/css/StyleSheetContents.h
|
| index 25504e3b91cf55b7565bda59c4a74e4734a1ee55..bd05fd02fdbc07ddba33f6feceeabb9f7b18d2bf 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleSheetContents.h
|
| +++ b/third_party/WebKit/Source/core/css/StyleSheetContents.h
|
| @@ -66,7 +66,7 @@ public:
|
| const CSSParserContext& parserContext() const { return m_parserContext; }
|
|
|
| const AtomicString& defaultNamespace() { return m_defaultNamespace; }
|
| - const AtomicString& determineNamespace(const AtomicString& prefix);
|
| + const AtomicString& namespaceURIFromPrefix(const AtomicString& prefix);
|
|
|
| void parseAuthorStyleSheet(const CSSStyleSheetResource*, const SecurityOrigin*);
|
| void parseString(const String&);
|
|
|