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

Unified Diff: xfa/src/fxjse/src/class.h

Issue 1463703002: XFA: Fix a few fxjse warnings. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « no previous file | xfa/src/fxjse/src/dynprop.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxjse/src/class.h
diff --git a/xfa/src/fxjse/src/class.h b/xfa/src/fxjse/src/class.h
index 4af7c07723f6373edddda4dd613b03833f45caed..90cabe65424d05a5b6f50577eb0185fd77f33758 100644
--- a/xfa/src/fxjse/src/class.h
+++ b/xfa/src/fxjse/src/class.h
@@ -10,8 +10,8 @@ class CFXJSE_Context;
class CFXJSE_Value;
class CFXJSE_Class {
protected:
- CFXJSE_Class(CFXJSE_Context* lpContext)
- : m_pContext(lpContext), m_lpClassDefinition(nullptr) {}
+ CFXJSE_Class(CFXJSE_Context* lpContext)
+ : m_lpClassDefinition(nullptr), m_pContext(lpContext) {}
public:
inline CFXJSE_Context* GetContext() { return m_pContext; }
« no previous file with comments | « no previous file | xfa/src/fxjse/src/dynprop.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698