| Index: third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h b/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h
|
| index b127ccdfe61508301fc976e84089c7a6861f9e7f..23bdb8e43d1c00d573ab680627f74cf710958f56 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h
|
| @@ -38,7 +38,7 @@ namespace blink {
|
| // Encapsulates a state machine for FrameLoader. Note that this is different from FrameState,
|
| // which stores the state of the current load that FrameLoader is executing.
|
| class CORE_EXPORT FrameLoaderStateMachine {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| WTF_MAKE_NONCOPYABLE(FrameLoaderStateMachine);
|
| public:
|
| FrameLoaderStateMachine();
|
|
|