From 2c4c95d545c6e27b775a286e88130caadf8d5a7c Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Wed, 10 Oct 2018 17:28:33 +0000 Subject: Fix some random nits. Change-Id: I735c057d4900bcd58c1041df16b885dc7c9ed27d Reviewed-on: https://pdfium-review.googlesource.com/c/43793 Reviewed-by: Tom Sepez Commit-Queue: Lei Zhang --- fxjs/ijs_runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fxjs') 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 m_pRuntime; + UnownedPtr const m_pRuntime; UnownedPtr m_pContext; }; -- cgit v1.2.3