| Index: Source/core/inspector/InspectorFrontendHost.h
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.h b/Source/core/inspector/InspectorFrontendHost.h
|
| index f7682e8085bf3499dd3572b2fff00d33817aa2dc..fb9da0c0286c1c95cb4b8b14296f85ffd95e79d3 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.h
|
| +++ b/Source/core/inspector/InspectorFrontendHost.h
|
| @@ -29,6 +29,7 @@
|
| #ifndef InspectorFrontendHost_h
|
| #define InspectorFrontendHost_h
|
|
|
| +#include "bindings/v8/ScriptWrappable.h"
|
| #include "core/page/ConsoleTypes.h"
|
| #include "core/page/ContextMenuProvider.h"
|
| #include "core/platform/ContextMenu.h"
|
| @@ -47,7 +48,7 @@ class InspectorFrontendClient;
|
| class Node;
|
| class Page;
|
|
|
| -class InspectorFrontendHost : public RefCounted<InspectorFrontendHost> {
|
| +class InspectorFrontendHost : public RefCounted<InspectorFrontendHost>, public ScriptWrappable {
|
| public:
|
| static PassRefPtr<InspectorFrontendHost> create(InspectorFrontendClient* client, Page* frontendPage)
|
| {
|
|
|