From 9a3f8123c421faae8b4573c895a7b1c0ef236205 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 7 Apr 2015 15:35:48 -0700 Subject: Merge to XFA: Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers. Original Review URL: https://codereview.chromium.org/1060133002 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1065103002 --- fpdfsdk/include/jsapi/fxjs_v8.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'fpdfsdk/include/jsapi') diff --git a/fpdfsdk/include/jsapi/fxjs_v8.h b/fpdfsdk/include/jsapi/fxjs_v8.h index 70653c5d83..739fd2d4c0 100644 --- a/fpdfsdk/include/jsapi/fxjs_v8.h +++ b/fpdfsdk/include/jsapi/fxjs_v8.h @@ -4,12 +4,19 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com +// PDFium wrapper around V8 APIs. PDFium code should include this file rather +// than including V8 headers directly. + #ifndef FXJSAPI_H #define FXJSAPI_H #include #include "../../../core/include/fxcrt/fx_string.h" // For CFX_WideString +typedef v8::Value JSValue; +typedef v8::Handle JSObject; +typedef v8::Handle JSFXObject; + enum FXJSOBJTYPE { JS_DYNAMIC = 0, -- cgit v1.2.3