| Index: Source/core/inspector/InspectorFrontendHost.h
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.h b/Source/core/inspector/InspectorFrontendHost.h
|
| index e85cd1a18465f4d0207c7d1def8815859dfe81ba..7a64d7f86d2c718714589784fdb9b397ccca0f63 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.h
|
| +++ b/Source/core/inspector/InspectorFrontendHost.h
|
| @@ -43,6 +43,7 @@ class InspectorFrontendClient;
|
| class Page;
|
|
|
| class InspectorFrontendHost : public RefCountedWillBeGarbageCollectedFinalized<InspectorFrontendHost>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<InspectorFrontendHost> create(InspectorFrontendClient* client, Page* frontendPage)
|
| {
|
| @@ -85,4 +86,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // !defined(InspectorFrontendHost_h)
|
| +#endif // InspectorFrontendHost_h
|
|
|