| Index: sky/engine/core/css/StyleRule.h
|
| diff --git a/sky/engine/core/css/StyleRule.h b/sky/engine/core/css/StyleRule.h
|
| index 6ab9061103b6f32a3152143da4aca8534388c606..eb992b5b749e1925c33909367f44a1a245322b8a 100644
|
| --- a/sky/engine/core/css/StyleRule.h
|
| +++ b/sky/engine/core/css/StyleRule.h
|
| @@ -36,7 +36,7 @@ class MutableStylePropertySet;
|
| class StylePropertySet;
|
|
|
| class StyleRuleBase : public RefCounted<StyleRuleBase> {
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| enum Type {
|
| Unknown, // Not used.
|
| @@ -91,7 +91,7 @@ private:
|
| };
|
|
|
| class StyleRule : public StyleRuleBase {
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| static PassRefPtr<StyleRule> create() { return adoptRef(new StyleRule()); }
|
|
|
|
|