diff --git a/source-map.bs b/source-map.bs index 78336a7..3e43322 100644 --- a/source-map.bs +++ b/source-map.bs @@ -252,7 +252,7 @@ To resolve a source given a [=URL=] |sourceMappingUrl|, a string or null |source an optional [=sourceRoot=] |sourceRoot|, run the following steps: 1. If |source| is null, then: - 1. Return null. + 1. Set |source| to "". 1. If |sourceRoot| is null, then: 1. Let |href| be |source| 1. Otherwise,