| Index: Source/core/html/imports/HTMLImportState.h
|
| diff --git a/Source/core/html/imports/HTMLImportState.h b/Source/core/html/imports/HTMLImportState.h
|
| index cf93439002b5dca232cdde6aea8cc7eda1f77e18..d8423acc4da3057cb2fcab1ed9ff7f202cfc170e 100644
|
| --- a/Source/core/html/imports/HTMLImportState.h
|
| +++ b/Source/core/html/imports/HTMLImportState.h
|
| @@ -31,11 +31,13 @@
|
| #ifndef HTMLImportState_h
|
| #define HTMLImportState_h
|
|
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
| class HTMLImportState {
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| enum Value {
|
| BlockingScriptExecution = 0,
|
|
|