diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-02-02 20:26:39 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-02-02 20:26:39 +0000 |
commit | bbeb10daef8b485024aa68126ff267c81dd4c474 (patch) | |
tree | b77ecded0dd00e5c701101534cf91b058f1f520b /fxjs/fxjs_v8.cpp | |
parent | 1258f7f21725c703269581e0241fbad86d89209c (diff) | |
download | pdfium-bbeb10daef8b485024aa68126ff267c81dd4c474.tar.xz |
Small tidy of fxjs
Use correct include style for v8 headers.
Use incomplete type to avoid including header.
Change-Id: Ibd58aa25b2a17fbd1cf6a20643b6f25ca008974f
Reviewed-on: https://pdfium-review.googlesource.com/25230
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/fxjs_v8.cpp')
-rw-r--r-- | fxjs/fxjs_v8.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fxjs/fxjs_v8.cpp b/fxjs/fxjs_v8.cpp index 4c9c5602d2..c9d227cc47 100644 --- a/fxjs/fxjs_v8.cpp +++ b/fxjs/fxjs_v8.cpp @@ -8,6 +8,7 @@ #include <vector> +#include "fxjs/cfxjse_runtimedata.h" #include "third_party/base/allocator/partition_allocator/partition_alloc.h" // Keep this consistent with the values defined in gin/public/context_holder.h |