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

Unified Diff: Source/core/css/RuleSet.h

Issue 1317533002: Sibling invalidation sets (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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
Index: Source/core/css/RuleSet.h
diff --git a/Source/core/css/RuleSet.h b/Source/core/css/RuleSet.h
index 7945aa03c6de7d380049d58b653bd94afdf580eb..e4c816814b3c7bd2f7d3c7ecda6bebafe450a4ee 100644
--- a/Source/core/css/RuleSet.h
+++ b/Source/core/css/RuleSet.h
@@ -69,7 +69,7 @@ public:
AddRuleFlags m_flags;
};
-class RuleData {
+class CORE_EXPORT RuleData {
esprehn 2015/09/10 08:54:53 ditto
ALLOW_ONLY_INLINE_ALLOCATION();
public:
RuleData(StyleRule*, unsigned selectorIndex, unsigned position, AddRuleFlags);

Powered by Google App Engine
This is Rietveld 408576698