Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: third_party/WebKit/Source/core/dom/StyleElement.h

Issue 2350743002: Remove unused StyleElement::clearDocumentData(). (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/StyleElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/StyleElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698