diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-10 17:28:33 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-10 17:28:33 +0000 |
commit | 2c4c95d545c6e27b775a286e88130caadf8d5a7c (patch) | |
tree | b5aa06a161591f81279296c3ee0dd8ed6f8a9a6a /fxjs | |
parent | 7bf816420aa79b23c37ad433183f01dc5af653fa (diff) | |
download | pdfium-2c4c95d545c6e27b775a286e88130caadf8d5a7c.tar.xz |
Fix some random nits.
Change-Id: I735c057d4900bcd58c1041df16b885dc7c9ed27d
Reviewed-on: https://pdfium-review.googlesource.com/c/43793
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fxjs')
-rw-r--r-- | fxjs/ijs_runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/ijs_runtime.h b/fxjs/ijs_runtime.h index d74bb94929..61aeda5600 100644 --- a/fxjs/ijs_runtime.h +++ b/fxjs/ijs_runtime.h @@ -44,7 +44,7 @@ class IJS_Runtime { IJS_EventContext* operator->() const { return m_pContext.Get(); } private: - UnownedPtr<IJS_Runtime> m_pRuntime; + UnownedPtr<IJS_Runtime> const m_pRuntime; UnownedPtr<IJS_EventContext> m_pContext; }; |