| Index: third_party/WebKit/Source/core/dom/StyleElement.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleElement.h b/third_party/WebKit/Source/core/dom/StyleElement.h
|
| index 1352168edfa85d7b97b638c9feaa32927b96e18d..26aa216414c0426cc078c3c6501328b9362f50ee 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleElement.h
|
| @@ -54,7 +54,6 @@ protected:
|
|
|
| void insertedInto(Element*, ContainerNode* insertionPoint);
|
| void removedFrom(Element*, ContainerNode* insertionPoint);
|
| - void clearDocumentData(Document&, Element*);
|
| ProcessingResult processStyleSheet(Document&, Element*);
|
| ProcessingResult childrenChanged(Element*);
|
| ProcessingResult finishParsingChildren(Element*);
|
|
|