| Index: third_party/WebKit/Source/core/css/PseudoStyleRequest.h
|
| diff --git a/third_party/WebKit/Source/core/css/PseudoStyleRequest.h b/third_party/WebKit/Source/core/css/PseudoStyleRequest.h
|
| index 8ffed803797eec119ab5579ae4f6d958c3e7f8db..c88eb26e8e895f321be50b99245785cc7bd61420 100644
|
| --- a/third_party/WebKit/Source/core/css/PseudoStyleRequest.h
|
| +++ b/third_party/WebKit/Source/core/css/PseudoStyleRequest.h
|
| @@ -31,7 +31,7 @@ namespace blink {
|
| class ComputedStyle;
|
|
|
| class PseudoStyleRequest {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| public:
|
|
|
| enum RequestType { ForRenderer, ForComputedStyle };
|
|
|