summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-07-21 12:11:09 -0700
committerCommit bot <commit-bot@chromium.org>2016-07-21 12:11:09 -0700
commit987796a6f69c7970bcc8fa50202e88dc158cc39b (patch)
treeff2a16e6bb9531ae6c13cfc66e0de5b7905957e3
parent39fdfc35fa32d7dc2e4aa8d2f0cb0a153037ce8d (diff)
downloadpdfium-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.h2
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;