Index: third_party/WebKit/Source/core/fetch/SubstituteData.h |
diff --git a/third_party/WebKit/Source/core/fetch/SubstituteData.h b/third_party/WebKit/Source/core/fetch/SubstituteData.h |
index 43f98ae78643dfa9a3d206377184b12be95441ea..65fdefffb0c3f828f0c8ffc7831c0f27440823a6 100644 |
--- a/third_party/WebKit/Source/core/fetch/SubstituteData.h |
+++ b/third_party/WebKit/Source/core/fetch/SubstituteData.h |
@@ -40,7 +40,7 @@ enum SubstituteDataLoadPolicy { |
}; |
class SubstituteData { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
SubstituteData() |
: m_substituteDataLoadPolicy(LoadNormally) |