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

Unified Diff: Source/core/css/analyzer/DescendantInvalidationSet.h

Issue 179483002: Made setWholeSubtreeInvalid non-inline. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | Source/core/css/analyzer/DescendantInvalidationSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/analyzer/DescendantInvalidationSet.h
diff --git a/Source/core/css/analyzer/DescendantInvalidationSet.h b/Source/core/css/analyzer/DescendantInvalidationSet.h
index 40751446deed846ec1b4f2b0e2e89d4d6638da27..ce83b85059538c5e10a3bf635bb251b25446df9e 100644
--- a/Source/core/css/analyzer/DescendantInvalidationSet.h
+++ b/Source/core/css/analyzer/DescendantInvalidationSet.h
@@ -78,17 +78,6 @@ private:
OwnPtr<HashSet<AtomicString> > m_tagNames;
};
-inline void DescendantInvalidationSet::setWholeSubtreeInvalid()
-{
- if (m_allDescendantsMightBeInvalid)
- return;
-
- m_allDescendantsMightBeInvalid = true;
- m_classes = nullptr;
- m_ids = nullptr;
- m_tagNames = nullptr;
-}
-
} // namespace WebCore
#endif // DescendantInvalidationSet_h
« no previous file with comments | « no previous file | Source/core/css/analyzer/DescendantInvalidationSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698