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

Unified Diff: fpdfsdk/javascript/Field.h

Issue 2245863002: Push v8::Isolate into CFXJS_Engine class (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Make members private Created 4 years, 4 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/javascript/Field.h
diff --git a/fpdfsdk/javascript/Field.h b/fpdfsdk/javascript/Field.h
index 5697865b7c0c7f2b086dd1dfa39e72470122b759..65d0f18e03e9d36412a0fa834d6ada65c2dc7ae6 100644
--- a/fpdfsdk/javascript/Field.h
+++ b/fpdfsdk/javascript/Field.h
@@ -434,7 +434,6 @@ class Field : public CJS_EmbedObj {
FX_BOOL AttachField(Document* pDocument, const CFX_WideString& csFieldName);
void SetDelay(FX_BOOL bDelay);
- void SetIsolate(v8::Isolate* isolate) { m_isolate = isolate; }
protected:
void ParseFieldName(const std::wstring& strFieldNameParsed,
@@ -463,9 +462,7 @@ class Field : public CJS_EmbedObj {
CFX_WideString m_FieldName;
int m_nFormControlIndex;
FX_BOOL m_bCanSet;
-
FX_BOOL m_bDelay;
- v8::Isolate* m_isolate;
};
class CJS_Field : public CJS_Object {
« no previous file with comments | « fpdfsdk/javascript/Document.cpp ('k') | fpdfsdk/javascript/Field.cpp » ('j') | fxjs/fxjs_v8.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698