diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-06-07 19:32:52 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-06-07 19:32:52 +0000 |
commit | 4cc32e30aaacc2e527acd052fa038158f4294636 (patch) | |
tree | d9d78fcfd10ac265c079ae283731c512c055a7d7 /fxjs/cfxjse_context.h | |
parent | 1b74dee4616d22f3cfb00fa57cb7af8a190e6d7e (diff) | |
download | pdfium-4cc32e30aaacc2e527acd052fa038158f4294636.tar.xz |
Remove friending in CFXJSE_Context.
Change-Id: I6a634cb3fb9acdd78ae29017987e5e41865a0d4b
Reviewed-on: https://pdfium-review.googlesource.com/34490
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fxjs/cfxjse_context.h')
-rw-r--r-- | fxjs/cfxjse_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fxjs/cfxjse_context.h b/fxjs/cfxjse_context.h index 8ab955197c..b4db8f7a30 100644 --- a/fxjs/cfxjse_context.h +++ b/fxjs/cfxjse_context.h @@ -39,8 +39,6 @@ class CFXJSE_Context { CFXJSE_Value* lpNewThisObject = nullptr); protected: - friend class CFXJSE_ScopeUtil_IsolateHandleContext; - CFXJSE_Context(const CFXJSE_Context&) = delete; CFXJSE_Context& operator=(const CFXJSE_Context&) = delete; |