Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1495)

Unified Diff: fpdfsdk/include/jsapi/fxjs_v8.h

Issue 374123002: Hook up the default v8::Platform implementation to pdfium (Closed) Base URL: https://pdfium.googlesource.com/pdfium/@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: fpdfsdk/include/jsapi/fxjs_v8.h
diff --git a/fpdfsdk/include/jsapi/fxjs_v8.h b/fpdfsdk/include/jsapi/fxjs_v8.h
index 3ea5054e17e3372a6361e92fd2dfc3b6a0cd6e68..d6d1a5807e789137921720a554ae83d74c97c7f1 100644
--- a/fpdfsdk/include/jsapi/fxjs_v8.h
+++ b/fpdfsdk/include/jsapi/fxjs_v8.h
@@ -8,6 +8,7 @@
#define FXJSAPI_H
#include <v8.h>
+#include <v8-platform.h>
jam 2014/07/14 23:06:22 why is this needed in this header?
jochen (gone - plz use gerrit) 2014/07/15 11:51:09 it's not really needed here, but it's the only fil
jam 2014/07/15 16:25:26 I think we should only add headers that we need, s
enum FXJSOBJTYPE
{

Powered by Google App Engine
This is Rietveld 408576698