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

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

Issue 1317143005: [WIP] do something :-) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/core/css/CSSValue.cpp ('k') | Source/core/css/RuleSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/RuleSet.h
diff --git a/Source/core/css/RuleSet.h b/Source/core/css/RuleSet.h
index 7945aa03c6de7d380049d58b653bd94afdf580eb..54a2492d33642911ec75e3c943ada551e0c00564 100644
--- a/Source/core/css/RuleSet.h
+++ b/Source/core/css/RuleSet.h
@@ -109,16 +109,6 @@ private:
unsigned m_descendantSelectorIdentifierHashes[maximumIdentifierCount];
};
-struct SameSizeAsRuleData {
- DISALLOW_ALLOCATION();
- void* a;
- unsigned b;
- unsigned c;
- unsigned d[4];
-};
-
-static_assert(sizeof(RuleData) == sizeof(SameSizeAsRuleData), "RuleData should stay small");
-
class CORE_EXPORT RuleSet : public NoBaseWillBeGarbageCollectedFinalized<RuleSet> {
WTF_MAKE_NONCOPYABLE(RuleSet);
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(RuleSet);
« no previous file with comments | « Source/core/css/CSSValue.cpp ('k') | Source/core/css/RuleSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698