Index: Source/core/css/SelectorChecker.h |
diff --git a/Source/core/css/SelectorChecker.h b/Source/core/css/SelectorChecker.h |
index fb173ef5e42074f29281243127e0d42fb9cc0560..e31082db0fbd9cc0d32d9e83e37ae088e5ca1595 100644 |
--- a/Source/core/css/SelectorChecker.h |
+++ b/Source/core/css/SelectorChecker.h |
@@ -42,6 +42,7 @@ class ComputedStyle; |
class SelectorChecker { |
WTF_MAKE_NONCOPYABLE(SelectorChecker); |
+ STACK_ALLOCATED(); |
public: |
enum VisitedMatchType { VisitedMatchDisabled, VisitedMatchEnabled }; |
enum Mode { ResolvingStyle = 0, CollectingStyleRules, CollectingCSSRules, QueryingRules, SharingRules }; |
@@ -91,6 +92,7 @@ public: |
}; |
struct MatchResult { |
+ STACK_ALLOCATED(); |
MatchResult() |
: dynamicPseudo(NOPSEUDO) |
, specificity(0) { } |