summaryrefslogtreecommitdiff
path: root/fxjs
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-10 17:28:33 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-10 17:28:33 +0000
commit2c4c95d545c6e27b775a286e88130caadf8d5a7c (patch)
treeb5aa06a161591f81279296c3ee0dd8ed6f8a9a6a /fxjs
parent7bf816420aa79b23c37ad433183f01dc5af653fa (diff)
downloadpdfium-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.h2
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;
};