| Index: src/inspector/InjectedScript.h
|
| diff --git a/src/inspector/InjectedScript.h b/src/inspector/InjectedScript.h
|
| index bfda761b31926efd639db8cc22fb075bc63b51d5..2c5c8835f69fb6df8c8d1f428b9dcca5b9b4a23e 100644
|
| --- a/src/inspector/InjectedScript.h
|
| +++ b/src/inspector/InjectedScript.h
|
| @@ -39,7 +39,7 @@
|
| #include "src/inspector/protocol/Forward.h"
|
| #include "src/inspector/protocol/Runtime.h"
|
|
|
| -#include <v8.h>
|
| +#include "include/v8.h"
|
|
|
| namespace v8_inspector {
|
|
|
| @@ -118,7 +118,7 @@ class InjectedScript final {
|
|
|
| protected:
|
| Scope(ErrorString*, V8InspectorImpl*, int contextGroupId);
|
| - ~Scope();
|
| + virtual ~Scope();
|
| virtual void findInjectedScript(V8InspectorSessionImpl*) = 0;
|
|
|
| ErrorString* m_errorString;
|
|
|