diff options
Diffstat (limited to 'fxjs/fxjse.cpp')
-rw-r--r-- | fxjs/fxjse.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fxjs/fxjse.cpp b/fxjs/fxjse.cpp index 68adaa5dd3..44849fdfec 100644 --- a/fxjs/fxjse.cpp +++ b/fxjs/fxjse.cpp @@ -6,6 +6,15 @@ #include "fxjs/fxjse.h" +namespace pdfium { +namespace fxjse { + +const char kFuncTag[] = "function descriptor tag"; +const char kClassTag[] = "class descriptor tag"; + +} // namespace fxjse +} // namespace pdfium + CFXJSE_HostObject::CFXJSE_HostObject() = default; CFXJSE_HostObject::~CFXJSE_HostObject() = default; |