summaryrefslogtreecommitdiff
path: root/fxjs/cjs_color.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_color.h')
-rw-r--r--fxjs/cjs_color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_color.h b/fxjs/cjs_color.h
index 667a13c21a..00b9546daa 100644
--- a/fxjs/cjs_color.h
+++ b/fxjs/cjs_color.h
@@ -20,7 +20,7 @@ class CJS_Color : public CJS_Object {
static CFX_Color ConvertArrayToPWLColor(CJS_Runtime* pRuntime,
v8::Local<v8::Array> array);
- explicit CJS_Color(v8::Local<v8::Object> pObject);
+ CJS_Color(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
~CJS_Color() override;
JS_STATIC_PROP(black, black, CJS_Color);