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

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

Issue 1317533002: Sibling invalidation sets (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Oilpan Created 5 years, 2 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: third_party/WebKit/Source/core/css/RuleSet.h
diff --git a/third_party/WebKit/Source/core/css/RuleSet.h b/third_party/WebKit/Source/core/css/RuleSet.h
index 8e5de804518b85e510e7cc64bcb24c92705592c1..415053b936117e642cb5dd4880da23a4ab63b5b1 100644
--- a/third_party/WebKit/Source/core/css/RuleSet.h
+++ b/third_party/WebKit/Source/core/css/RuleSet.h
@@ -69,7 +69,7 @@ public:
AddRuleFlags m_flags;
};
-class RuleData {
+class CORE_EXPORT RuleData {
ALLOW_ONLY_INLINE_ALLOCATION();
public:
RuleData(StyleRule*, unsigned selectorIndex, unsigned position, AddRuleFlags);

Powered by Google App Engine
This is Rietveld 408576698