| Index: Source/core/inspector/InjectedScript.h
|
| diff --git a/Source/core/inspector/InjectedScript.h b/Source/core/inspector/InjectedScript.h
|
| index bfe33e4a3f7337862db14bb92d88d6825592b421..3a43a15377ba960304f82e3c4eb4654f96b6cfcb 100644
|
| --- a/Source/core/inspector/InjectedScript.h
|
| +++ b/Source/core/inspector/InjectedScript.h
|
| @@ -35,6 +35,7 @@
|
| #include "core/InspectorTypeBuilder.h"
|
| #include "core/inspector/InjectedScriptManager.h"
|
| #include "core/inspector/InjectedScriptNative.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
| #include <v8.h>
|
|
|
| @@ -49,6 +50,7 @@ PassRefPtr<JSONValue> toJSONValue(const ScriptValue&);
|
|
|
|
|
| class InjectedScript final {
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| InjectedScript();
|
| ~InjectedScript();
|
|
|