diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-22 11:06:02 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-22 11:06:02 -0700 |
commit | 8e0638b1531493e2d5fe3a603f4be60418c78bc4 (patch) | |
tree | 76792886acce1d8251261eb35489698808f3c761 /fpdfsdk/javascript/cjs_context.h | |
parent | a4ad5957af799374d4710f3847b85f57bea13f47 (diff) | |
download | pdfium-8e0638b1531493e2d5fe3a603f4be60418c78bc4.tar.xz |
Rename App to Env where needed.
More instances of CPDFSDK_Environment being called m_pApp in the code. Renamed
to m_pEnv to be clear that it's the environment not an app object.
Review-Url: https://codereview.chromium.org/2354413002
Diffstat (limited to 'fpdfsdk/javascript/cjs_context.h')
-rw-r--r-- | fpdfsdk/javascript/cjs_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/cjs_context.h b/fpdfsdk/javascript/cjs_context.h index 03403de6b3..41f2042b7e 100644 --- a/fpdfsdk/javascript/cjs_context.h +++ b/fpdfsdk/javascript/cjs_context.h @@ -125,7 +125,7 @@ class CJS_Context : public IJS_Context { CJS_Runtime* GetJSRuntime() const { return m_pRuntime; } CJS_EventHandler* GetEventHandler() const { return m_pEventHandler.get(); } - CPDFSDK_Environment* GetReaderApp(); + CPDFSDK_Environment* GetReaderEnv(); CPDFSDK_Document* GetReaderDocument(); private: |