summaryrefslogtreecommitdiff
path: root/fxjs/cjs_runtime.cpp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-10-23 20:37:33 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-23 20:37:33 +0000
commitce0f004523fdc098186bc453a85543c20b0059a7 (patch)
tree160264daa27f156a16397928f83ce94b319ef588 /fxjs/cjs_runtime.cpp
parentf52fb7021299ae5a49121ea94774656d88b3fb1a (diff)
downloadpdfium-ce0f004523fdc098186bc453a85543c20b0059a7.tar.xz
Remove CJS_Report class.
Its methods are never registered with JavaScript, so they can't be called, and they don't do anything anyways. In fact, the signature of its DefineJSObjects() method is about 2 years out of date ... Change-Id: I028d43ff2c7fa5ab0f59c5790fee3fa91d2f20ac Reviewed-on: https://pdfium-review.googlesource.com/c/44533 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/cjs_runtime.cpp')
-rw-r--r--fxjs/cjs_runtime.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/fxjs/cjs_runtime.cpp b/fxjs/cjs_runtime.cpp
index 3914b36715..5364571919 100644
--- a/fxjs/cjs_runtime.cpp
+++ b/fxjs/cjs_runtime.cpp
@@ -30,7 +30,6 @@
#include "fxjs/cjs_object.h"
#include "fxjs/cjs_position.h"
#include "fxjs/cjs_publicmethods.h"
-#include "fxjs/cjs_report.h"
#include "fxjs/cjs_scalehow.h"
#include "fxjs/cjs_scalewhen.h"
#include "fxjs/cjs_style.h"