summaryrefslogtreecommitdiff
path: root/core/fxcrt/xml/cxml_parser.h
diff options
context:
space:
mode:
authorRyan Harrison <rharrison@chromium.org>2018-01-05 14:31:28 -0500
committerChromium commit bot <commit-bot@chromium.org>2018-01-05 19:45:59 +0000
commit2a12866a3605f7d5ed2a926ff638e6bb2b60b1d9 (patch)
tree35c08aca3837804834574456ebb96e09b9eba476 /core/fxcrt/xml/cxml_parser.h
parentaebeec913f5571992896424aefce62b56dbb7e6f (diff)
downloadpdfium-2a12866a3605f7d5ed2a926ff638e6bb2b60b1d9.tar.xz
Convert CXML_Parser::GetAttrValue out param to return
Change-Id: I92420cb9333ad79246a855b0af9a27348b27ceb0 Reviewed-on: https://pdfium-review.googlesource.com/22312 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'core/fxcrt/xml/cxml_parser.h')
-rw-r--r--core/fxcrt/xml/cxml_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/xml/cxml_parser.h b/core/fxcrt/xml/cxml_parser.h
index 04e5af58e3..a6f1303023 100644
--- a/core/fxcrt/xml/cxml_parser.h
+++ b/core/fxcrt/xml/cxml_parser.h
@@ -27,7 +27,7 @@ class CXML_Parser {
bool HaveAvailData();
void SkipWhiteSpaces();
void GetName(ByteString* space, ByteString* name);
- void GetAttrValue(WideString& value);
+ WideString GetAttrValue();
uint32_t GetCharRef();
void GetTagName(bool bStartTag,
bool* bEndTag,