| Index: Source/core/dom/StyleEngine.h
|
| diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
|
| index b3fe260a4cff6aad5c8d8de62a66eb4c4b2d9716..2f6b8d36d2aa2737030ebd13dec6431d61e5c09b 100644
|
| --- a/Source/core/dom/StyleEngine.h
|
| +++ b/Source/core/dom/StyleEngine.h
|
| @@ -107,7 +107,7 @@ public:
|
| void addAuthorSheet(PassRefPtr<StyleSheetContents> authorSheet);
|
|
|
| void clearMediaQueryRuleSetStyleSheets();
|
| - void collectDocumentStyleSheets(DocumentStyleSheetCollector&);
|
| + void updateStyleSheetsInImport(DocumentStyleSheetCollector& parentCollector);
|
| bool updateActiveStyleSheets(StyleResolverUpdateMode);
|
|
|
| String preferredStylesheetSetName() const { return m_preferredStylesheetSetName; }
|
|
|