| Index: Source/core/dom/StyleElement.h
|
| diff --git a/Source/core/dom/StyleElement.h b/Source/core/dom/StyleElement.h
|
| index 87ab56f3e0d72554c219e0996e6e4868dd659d9d..0b1e41012b10619a39480e4282d59141b9fb8e29 100644
|
| --- a/Source/core/dom/StyleElement.h
|
| +++ b/Source/core/dom/StyleElement.h
|
| @@ -44,7 +44,7 @@ protected:
|
| bool sheetLoaded(Document*);
|
| void startLoadingDynamicSheet(Document*);
|
|
|
| - void insertedIntoDocument(Document*, Element*);
|
| + void processStyleSheet(Document*, Element*);
|
| void removedFromDocument(Document*, Element*);
|
| void clearDocumentData(Document*, Element*);
|
| void childrenChanged(Element*);
|
|
|