From 4a19a3f07f1887903e5638a3be167f0c7b377ba3 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 3 Apr 2022 02:42:08 -0700 Subject: wip --- src/javascript/jsc/bindings/webcore/JSCanvasDrawPath.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/javascript/jsc/bindings/webcore/JSCanvasDrawPath.cpp (limited to 'src/javascript/jsc/bindings/webcore/JSCanvasDrawPath.cpp') diff --git a/src/javascript/jsc/bindings/webcore/JSCanvasDrawPath.cpp b/src/javascript/jsc/bindings/webcore/JSCanvasDrawPath.cpp new file mode 100644 index 000000000..a32ecd5be --- /dev/null +++ b/src/javascript/jsc/bindings/webcore/JSCanvasDrawPath.cpp @@ -0,0 +1,5 @@ +/* + This file is generated to inform build scripts that JSCanvasDrawPath.h and + JSCanvasDrawPath.cpp were created for CanvasDrawPath.idl, and prevent the build + scripts from trying to regenerate JSCanvasDrawPath.h and JSCanvasDrawPath.cpp on every build. +*/ -- cgit v1.2.3