1 // Copyright 2017 PDFium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 6 7 #include "fxjs/xfa/cjx_content.h" 8 9 #include "fxjs/cfxjse_value.h" 10 #include "xfa/fxfa/parser/cxfa_object.h" 11 CJX_Content(CXFA_Object * obj)12CJX_Content::CJX_Content(CXFA_Object* obj) : CJX_Object(obj) {} 13 ~CJX_Content()14CJX_Content::~CJX_Content() {} 15