From 2ab4777fe8a74470069f641b9a99c8393ea4f01f Mon Sep 17 00:00:00 2001 From: Andy Hochhaus Date: Sat, 10 Nov 2018 13:46:28 -0800 Subject: [PATCH] Add missing require for shaka.util.XmlUtils Fixes #1658 --- lib/text/ttml_text_parser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/text/ttml_text_parser.js b/lib/text/ttml_text_parser.js index 362dde3cf2..7dcb9ca245 100644 --- a/lib/text/ttml_text_parser.js +++ b/lib/text/ttml_text_parser.js @@ -25,6 +25,7 @@ goog.require('shaka.text.TextEngine'); goog.require('shaka.util.ArrayUtils'); goog.require('shaka.util.Error'); goog.require('shaka.util.StringUtils'); +goog.require('shaka.util.XmlUtils'); /**