Index: third_party/WebKit/Source/core/frame/OriginsUsingFeatures.h |
diff --git a/third_party/WebKit/Source/core/frame/OriginsUsingFeatures.h b/third_party/WebKit/Source/core/frame/OriginsUsingFeatures.h |
index e289738242918db7926c075689dd952933697abf..4e8e449a3440f938edeafb08daad5384b20b5f41 100644 |
--- a/third_party/WebKit/Source/core/frame/OriginsUsingFeatures.h |
+++ b/third_party/WebKit/Source/core/frame/OriginsUsingFeatures.h |
@@ -19,7 +19,7 @@ class EventTarget; |
class ScriptState; |
class CORE_EXPORT OriginsUsingFeatures { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
~OriginsUsingFeatures(); |
@@ -47,7 +47,7 @@ public: |
void updateMeasurementsAndClear(); |
class CORE_EXPORT Value { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
Value(); |