summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chromium/third_party/pdfium/core/fxcrt/xml/cxml_element.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/pdfium/core/fxcrt/xml/cxml_element.cpp b/chromium/third_party/pdfium/core/fxcrt/xml/cxml_element.cpp
index 1d42e8eac3a..8abd32d143c 100644
--- a/chromium/third_party/pdfium/core/fxcrt/xml/cxml_element.cpp
+++ b/chromium/third_party/pdfium/core/fxcrt/xml/cxml_element.cpp
@@ -9,6 +9,8 @@
#include "core/fxcrt/xml/cxml_content.h"
#include "core/fxcrt/xml/cxml_parser.h"
+template class fxcrt::StringViewTemplate<char>;
+
namespace {
void SplitQualifiedName(const ByteStringView& bsFullName,