Web Inspector: SourceCodePosition.js missing from Test.html
https://bugs.webkit.org/show_bug.cgi?id=187644

Reviewed by Brian Burg.

* UserInterface/Test.html:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@233800 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog
index 70af80f..35ed3c8 100644
--- a/Source/WebInspectorUI/ChangeLog
+++ b/Source/WebInspectorUI/ChangeLog
@@ -1,3 +1,12 @@
+2018-07-13  Matt Baker  <mattbaker@apple.com>
+
+        Web Inspector: SourceCodePosition.js missing from Test.html
+        https://bugs.webkit.org/show_bug.cgi?id=187644
+
+        Reviewed by Brian Burg.
+
+        * UserInterface/Test.html:
+
 2018-07-12  Matt Baker  <mattbaker@apple.com>
 
         Web Inspector: Type token positioning should use line/column locations from Esprima instead of offsets