Index: third_party/WebKit/Source/core/css/StyleRuleImport.h |
diff --git a/third_party/WebKit/Source/core/css/StyleRuleImport.h b/third_party/WebKit/Source/core/css/StyleRuleImport.h |
index ebf0055e1f62301ae2170569f13861e817af9d65..1e22f0dc1f9b205e781573bbb8af9243576a8e27 100644 |
--- a/third_party/WebKit/Source/core/css/StyleRuleImport.h |
+++ b/third_party/WebKit/Source/core/css/StyleRuleImport.h |
@@ -59,7 +59,7 @@ private: |
// NOTE: We put the StyleSheetResourceClient in a member instead of inheriting from it |
// to avoid adding a vptr to StyleRuleImport. |
class ImportedStyleSheetClient final : public StyleSheetResourceClient { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
ImportedStyleSheetClient(StyleRuleImport* ownerRule) : m_ownerRule(ownerRule) { } |
~ImportedStyleSheetClient() override { } |