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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp

Issue 2517653002: Convert a few more CFI blacklist entries into DISABLE_CFI_PERF attributes. (Closed)
Patch Set: Revert some of the changes which have a high risk of breaking things Created 4 years, 1 month 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
Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
index 24b156c8cbc5ddec49eb46a729305c793c3bee6b..02f402bd64ceedb91adc48320c3b5f83ac808ce5 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
@@ -522,6 +522,7 @@ void StyleResolver::matchRuleSet(ElementRuleCollector& collector,
collector.sortAndTransferMatchedRules();
}
+DISABLE_CFI_PERF
void StyleResolver::matchAllRules(StyleResolverState& state,
ElementRuleCollector& collector,
bool includeSMILProperties) {

Powered by Google App Engine
This is Rietveld 408576698