| Index: Source/core/dom/StyleElement.cpp
|
| diff --git a/Source/core/dom/StyleElement.cpp b/Source/core/dom/StyleElement.cpp
|
| index 25fe6ff75454d7c004f2674da8a3bc849d05d3c8..709367126d4c140ea4f4b9c117c9e37e8f8cac60 100644
|
| --- a/Source/core/dom/StyleElement.cpp
|
| +++ b/Source/core/dom/StyleElement.cpp
|
| @@ -61,7 +61,7 @@ StyleElement::~StyleElement()
|
| clearSheet();
|
| }
|
|
|
| -void StyleElement::insertedIntoDocument(Document* document, Element* element)
|
| +void StyleElement::processStyleSheet(Document* document, Element* element)
|
| {
|
| ASSERT(document);
|
| ASSERT(element);
|
|
|