summaryrefslogtreecommitdiff
path: root/fxjs/cjs_keyvalue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_keyvalue.cpp')
-rw-r--r--fxjs/cjs_keyvalue.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/fxjs/cjs_keyvalue.cpp b/fxjs/cjs_keyvalue.cpp
new file mode 100644
index 0000000000..4fda3d6fb2
--- /dev/null
+++ b/fxjs/cjs_keyvalue.cpp
@@ -0,0 +1,11 @@
+// Copyright 2016 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/cjs_keyvalue.h"
+
+CJS_KeyValue::CJS_KeyValue() {}
+
+CJS_KeyValue::~CJS_KeyValue() {}