| Index: third_party/WebKit/Source/core/dom/PendingScript.h
|
| diff --git a/third_party/WebKit/Source/core/dom/PendingScript.h b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| index cfe3630f62eb76b4b1c91ba925213b3f0449be1a..90be100c401597766eb86a39e5dcc1a24cc63518 100644
|
| --- a/third_party/WebKit/Source/core/dom/PendingScript.h
|
| +++ b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| @@ -46,7 +46,7 @@ class ScriptStreamer;
|
| // from purging its data buffer. This class holds a dummy client open for its
|
| // lifetime in order to guarantee that the data buffer will not be purged.
|
| class CORE_EXPORT PendingScript final : public ResourceOwner<ScriptResource> {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| public:
|
| enum Type {
|
| ParsingBlocking,
|
|
|