diff options
Diffstat (limited to 'fxjs/xfa/cjx_treelist.cpp')
-rw-r--r-- | fxjs/xfa/cjx_treelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_treelist.cpp b/fxjs/xfa/cjx_treelist.cpp index b91a0b7541..904e09370f 100644 --- a/fxjs/xfa/cjx_treelist.cpp +++ b/fxjs/xfa/cjx_treelist.cpp @@ -29,7 +29,7 @@ CXFA_TreeList* CJX_TreeList::GetXFATreeList() { } CJS_Return CJX_TreeList::namedItem( - CJS_V8* runtime, + CFX_V8* runtime, const std::vector<v8::Local<v8::Value>>& params) { if (params.size() != 1) return CJS_Return(JSGetStringFromID(JSMessage::kParamError)); |