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 caf0fcb28a32368f69150e5c66a70162f097e908..c8e3b4d35b831b2da96eb8f2f6e33459066f3684 100644 |
--- a/third_party/WebKit/Source/core/css/StyleSheetContents.h |
+++ b/third_party/WebKit/Source/core/css/StyleSheetContents.h |
@@ -61,6 +61,8 @@ class CORE_EXPORT StyleSheetContents |
return new StyleSheetContents(ownerRule, originalURL, context); |
} |
+ static const Document* singleOwnerDocument(const StyleSheetContents*); |
+ |
~StyleSheetContents(); |
const CSSParserContext* parserContext() const { return m_parserContext; } |