diff options
author | tsepez <tsepez@chromium.org> | 2016-05-31 15:17:50 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-31 15:17:50 -0700 |
commit | 73167ff383d7cf6f80bae8d6a22c938db85c834f (patch) | |
tree | 4dc26a0b4878e82dc1135e013710e5d277b31086 /xfa/fxjse/context.h | |
parent | 29adee77d4a7566bc6832cc825198c0571426163 (diff) | |
download | pdfium-73167ff383d7cf6f80bae8d6a22c938db85c834f.tar.xz |
Remove unused CFXJSE_ScopeUtil_IsolateHandleRootOrNormalContext
Reformat along the way, and mark unimplemented methods as delete.
Review-Url: https://codereview.chromium.org/2024283002
Diffstat (limited to 'xfa/fxjse/context.h')
-rw-r--r-- | xfa/fxjse/context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fxjse/context.h b/xfa/fxjse/context.h index e475752dad..6737619511 100644 --- a/xfa/fxjse/context.h +++ b/xfa/fxjse/context.h @@ -44,7 +44,6 @@ class CFXJSE_Context { friend class CFXJSE_Class; friend class CFXJSE_ScopeUtil_IsolateHandleContext; - friend class CFXJSE_ScopeUtil_IsolateHandleRootOrNormalContext; }; v8::Local<v8::Object> FXJSE_CreateReturnValue(v8::Isolate* pIsolate, |