Index: third_party/WebKit/Source/bindings/core/v8/ScriptValue.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h b/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h |
index bb139370eb30911c5d7460c5c29afee341b73241..539bf11f607f1e40e21d2b69590360cac49a4d1f 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h |
@@ -43,7 +43,7 @@ |
namespace blink { |
class CORE_EXPORT ScriptValue final { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
template<typename T> |
static ScriptValue from(ScriptState* scriptState, T value) |