blob: 7ba70a43a6d781758cfe803acc4e04a9e46df8c1 [file] [log] [blame]
// Copyright 2017 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "fxjs/xfa/cjx_update.h"
#include "xfa/fxfa/parser/cxfa_update.h"
CJX_Update::CJX_Update(CXFA_Update* node) : CJX_TextNode(node) {}
CJX_Update::~CJX_Update() = default;