Index: third_party/WebKit/Source/core/fetch/ResourcePtr.h |
diff --git a/third_party/WebKit/Source/core/fetch/ResourcePtr.h b/third_party/WebKit/Source/core/fetch/ResourcePtr.h |
index 2f21fb6ad1725fdfda00ff403f0d0e78bf681f1e..52554da95b8013d37030e042501bb4ec6e7ac300 100644 |
--- a/third_party/WebKit/Source/core/fetch/ResourcePtr.h |
+++ b/third_party/WebKit/Source/core/fetch/ResourcePtr.h |
@@ -33,7 +33,7 @@ |
namespace blink { |
class CORE_EXPORT ResourcePtrBase { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
Resource* get() const { return m_resource; } |
bool operator!() const { return !m_resource; } |