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

Unified Diff: Source/core/dom/TreeScopeStyleSheetCollection.h

Issue 1023693002: Removed unused styleSheetCandidateNodes(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/TreeScopeStyleSheetCollection.h
diff --git a/Source/core/dom/TreeScopeStyleSheetCollection.h b/Source/core/dom/TreeScopeStyleSheetCollection.h
index c3895abe6bebd0a6f79914abad335a329e9a6ac8..8fd439e9485cc25aefa56c3a378604af0e500ef8 100644
--- a/Source/core/dom/TreeScopeStyleSheetCollection.h
+++ b/Source/core/dom/TreeScopeStyleSheetCollection.h
@@ -53,8 +53,6 @@ public:
bool usesRemUnits() const { return m_usesRemUnits; }
- DocumentOrderedList& styleSheetCandidateNodes() { return m_styleSheetCandidateNodes; }
-
void clearMediaQueryRuleSetStyleSheets();
void setExitTransitionStyleshetsEnabled(bool);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698