diff options
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; |