From 77fe069bd19ea8207664293f631c63dab330f825 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 2 Nov 2017 18:15:07 +0000 Subject: Remove default value to CJX_Node::SetAttribute The bNotify value has been moved into the call sites and the default removed. Change-Id: Ifd2c0252b0f1421f7fc244d69e6f6bddc80e5591 Reviewed-on: https://pdfium-review.googlesource.com/17450 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- xfa/fxfa/parser/cxfa_image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxfa/parser/cxfa_image.cpp') diff --git a/xfa/fxfa/parser/cxfa_image.cpp b/xfa/fxfa/parser/cxfa_image.cpp index cfa3db76f1..34072392f7 100644 --- a/xfa/fxfa/parser/cxfa_image.cpp +++ b/xfa/fxfa/parser/cxfa_image.cpp @@ -43,7 +43,7 @@ bool CXFA_Image::SetHref(const WideString& wsHref) { if (m_bDefValue) return m_pNode->JSNode()->SetCData(XFA_ATTRIBUTE_Href, wsHref); return m_pNode->JSNode()->SetAttribute(XFA_ATTRIBUTE_Href, - wsHref.AsStringView()); + wsHref.AsStringView(), false); } bool CXFA_Image::SetTransferEncoding(int32_t iTransferEncoding) { -- cgit v1.2.3