| Index: Source/core/dom/StyleEngine.h
|
| diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
|
| index cc0bba1d195a25c8362e14d1c918031c64583245..7bcbee7400b9f4aae0585ca904cf5cdff0553b7a 100644
|
| --- a/Source/core/dom/StyleEngine.h
|
| +++ b/Source/core/dom/StyleEngine.h
|
| @@ -178,6 +178,10 @@ public:
|
| void collectDocumentActiveStyleSheets(StyleSheetCollectionBase&);
|
| void markDocumentDirty();
|
|
|
| + static PassRefPtr<CSSStyleSheet> createSheet(Element*, const String& text, TextPosition startPosition, bool createdByParser);
|
| + static void removeSheet(StyleSheetContents*);
|
| + static void clearSheetCache();
|
| +
|
| private:
|
| StyleEngine(Document&);
|
|
|
|
|