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 314a1bc4b686f79e00cb75954d73bb64cea0e264..f862c277e9f1df9baa260bbf11a6d39c7829388d 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleElement.h |
+++ b/third_party/WebKit/Source/core/dom/StyleElement.h |
@@ -49,7 +49,6 @@ class CORE_EXPORT StyleElement : public GarbageCollectedMixin { |
bool sheetLoaded(Document&); |
void startLoadingDynamicSheet(Document&); |
- void insertedInto(const Element&, ContainerNode* insertionPoint); |
void removedFrom(Element&, ContainerNode* insertionPoint); |
ProcessingResult processStyleSheet(Document&, Element&); |
ProcessingResult childrenChanged(Element&); |