diff options
author | 2022-04-03 02:42:08 -0700 | |
---|---|---|
committer | 2022-04-03 02:42:08 -0700 | |
commit | 4a19a3f07f1887903e5638a3be167f0c7b377ba3 (patch) | |
tree | 24b5ebd36910d19e690352cf343943e0e6b0459d /src/javascript/jsc/bindings/webcore/JSEventTargetCustom.cpp | |
parent | e62c7dc9e5709b1ce54838aee30668a4c358a528 (diff) | |
download | bun-4a19a3f07f1887903e5638a3be167f0c7b377ba3.tar.gz bun-4a19a3f07f1887903e5638a3be167f0c7b377ba3.tar.zst bun-4a19a3f07f1887903e5638a3be167f0c7b377ba3.zip |
wip
Diffstat (limited to 'src/javascript/jsc/bindings/webcore/JSEventTargetCustom.cpp')
-rw-r--r-- | src/javascript/jsc/bindings/webcore/JSEventTargetCustom.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/javascript/jsc/bindings/webcore/JSEventTargetCustom.cpp b/src/javascript/jsc/bindings/webcore/JSEventTargetCustom.cpp index cc63b0c0c..2856b2377 100644 --- a/src/javascript/jsc/bindings/webcore/JSEventTargetCustom.cpp +++ b/src/javascript/jsc/bindings/webcore/JSEventTargetCustom.cpp @@ -37,9 +37,9 @@ // #include "JSWorkerGlobalScope.h" // #include "WorkerGlobalScope.h" -#if ENABLE(OFFSCREEN_CANVAS) +// #if ENABLE(OFFSCREEN_CANVAS) #include "OffscreenCanvas.h" -#endif +// #endif namespace WebCore { using namespace JSC; |