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/JSCanvasState.h | |
parent | e62c7dc9e5709b1ce54838aee30668a4c358a528 (diff) | |
download | bun-4a19a3f07f1887903e5638a3be167f0c7b377ba3.tar.gz bun-4a19a3f07f1887903e5638a3be167f0c7b377ba3.tar.zst bun-4a19a3f07f1887903e5638a3be167f0c7b377ba3.zip |
wip
Diffstat (limited to 'src/javascript/jsc/bindings/webcore/JSCanvasState.h')
-rw-r--r-- | src/javascript/jsc/bindings/webcore/JSCanvasState.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/javascript/jsc/bindings/webcore/JSCanvasState.h b/src/javascript/jsc/bindings/webcore/JSCanvasState.h new file mode 100644 index 000000000..e49e77a20 --- /dev/null +++ b/src/javascript/jsc/bindings/webcore/JSCanvasState.h @@ -0,0 +1,5 @@ +/* + This file is generated to inform build scripts that JSCanvasState.h and + JSCanvasState.cpp were created for CanvasState.idl, and prevent the build + scripts from trying to regenerate JSCanvasState.h and JSCanvasState.cpp on every build. +*/ |