| Index: third_party/WebKit/Source/core/fetch/FetchInitiatorInfo.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchInitiatorInfo.h b/third_party/WebKit/Source/core/fetch/FetchInitiatorInfo.h
|
| index 25a7b29307beb971e76f26b0c624e746335d1487..a9490a48debeacfcc707d7db9ec86653070981b3 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchInitiatorInfo.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchInitiatorInfo.h
|
| @@ -33,7 +33,7 @@
|
| namespace blink {
|
|
|
| struct FetchInitiatorInfo {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| FetchInitiatorInfo()
|
| : name()
|
| , position(TextPosition::belowRangePosition())
|
| @@ -50,7 +50,7 @@ struct FetchInitiatorInfo {
|
|
|
| // Encode AtomicString as String to cross threads.
|
| struct CrossThreadFetchInitiatorInfoData {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| explicit CrossThreadFetchInitiatorInfoData(const FetchInitiatorInfo& info)
|
| : name(info.name.string().isolatedCopy())
|
| , position(info.position)
|
|
|