diff options
author | dsinclair <dsinclair@chromium.org> | 2016-07-21 12:11:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-21 12:11:09 -0700 |
commit | 987796a6f69c7970bcc8fa50202e88dc158cc39b (patch) | |
tree | ff2a16e6bb9531ae6c13cfc66e0de5b7905957e3 | |
parent | 39fdfc35fa32d7dc2e4aa8d2f0cb0a153037ce8d (diff) | |
download | pdfium-987796a6f69c7970bcc8fa50202e88dc158cc39b.tar.xz |
Remove friendship from CXFA_Document to CXFA_SimpleParser.
This no longer seems to be needed (removing causes no issues).
Review-Url: https://codereview.chromium.org/2168483004
-rw-r--r-- | xfa/fxfa/parser/cxfa_document.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_document.h b/xfa/fxfa/parser/cxfa_document.h index 8258ab1dad..dbcfa47b53 100644 --- a/xfa/fxfa/parser/cxfa_document.h +++ b/xfa/fxfa/parser/cxfa_document.h @@ -105,8 +105,6 @@ class CXFA_Document { CXFA_NodeArray m_pPendingPageSet; protected: - friend class CXFA_SimpleParser; - CXFA_DocumentParser* m_pParser; CXFA_ScriptContext* m_pScriptContext; CXFA_LayoutProcessor* m_pLayoutProcessor; |