| Index: Source/core/loader/FrameLoaderStateMachine.h
|
| diff --git a/Source/core/loader/FrameLoaderStateMachine.h b/Source/core/loader/FrameLoaderStateMachine.h
|
| index 304f9e5fbfd77023f82804e37118402a5a5f17ce..b127ccdfe61508301fc976e84089c7a6861f9e7f 100644
|
| --- a/Source/core/loader/FrameLoaderStateMachine.h
|
| +++ b/Source/core/loader/FrameLoaderStateMachine.h
|
| @@ -30,6 +30,7 @@
|
| #define FrameLoaderStateMachine_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
| @@ -37,6 +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();
|
| WTF_MAKE_NONCOPYABLE(FrameLoaderStateMachine);
|
| public:
|
| FrameLoaderStateMachine();
|
|
|