| Index: Source/core/dom/StyleEngine.h
|
| diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
|
| index 2c70a5b0d150107b4e0c705204e39886ae2aa23c..b7bfd7812150847bf216c8eb70bb73de667f6ba6 100644
|
| --- a/Source/core/dom/StyleEngine.h
|
| +++ b/Source/core/dom/StyleEngine.h
|
| @@ -63,6 +63,7 @@ public:
|
| const Vector<RefPtr<CSSStyleSheet> >& documentAuthorStyleSheets() const { return m_authorStyleSheets; }
|
| const Vector<RefPtr<CSSStyleSheet> >& injectedAuthorStyleSheets() const;
|
|
|
| + void modifiedStyleSheet(StyleSheet*);
|
| void addStyleSheetCandidateNode(Node*, bool createdByParser);
|
| void removeStyleSheetCandidateNode(Node*, ContainerNode* scopingNode = 0);
|
| void modifiedStyleSheetCandidateNode(Node*);
|
|
|