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/JSCanvasPath.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/javascript/jsc/bindings/webcore/JSCanvasPath.cpp (limited to 'src/javascript/jsc/bindings/webcore/JSCanvasPath.cpp') diff --git a/src/javascript/jsc/bindings/webcore/JSCanvasPath.cpp b/src/javascript/jsc/bindings/webcore/JSCanvasPath.cpp new file mode 100644 index 000000000..767a766e0 --- /dev/null +++ b/src/javascript/jsc/bindings/webcore/JSCanvasPath.cpp @@ -0,0 +1,5 @@ +/* + This file is generated to inform build scripts that JSCanvasPath.h and + JSCanvasPath.cpp were created for CanvasPath.idl, and prevent the build + scripts from trying to regenerate JSCanvasPath.h and JSCanvasPath.cpp on every build. +*/ -- cgit v1.2.3