diff options
Diffstat (limited to 'src/bun.js/bindings/BunInspector.h')
-rw-r--r-- | src/bun.js/bindings/BunInspector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/bindings/BunInspector.h b/src/bun.js/bindings/BunInspector.h index 219cfdcf3..c02e810cb 100644 --- a/src/bun.js/bindings/BunInspector.h +++ b/src/bun.js/bindings/BunInspector.h @@ -11,6 +11,7 @@ namespace Zig { using namespace JSC; +using namespace WebCore; class BunInspector final : public RefCounted<BunInspector>, ::Inspector::InspectorTarget, ::Inspector::FrontendChannel, public WebCore::ContextDestructionObserver { public: |