Skip to content

Commit

Permalink
Fix a minor spec-build error
Browse files Browse the repository at this point in the history
e86b2e4 introduced a minor spec-build
error. This fixes it.
  • Loading branch information
sideshowbarker committed Dec 20, 2015
1 parent 40295ff commit 86e41c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -95295,8 +95295,8 @@ interface <dfn>Worker</dfn> : <span>EventTarget</span> {
<li>
<p>Let <var>worker URL</var> be the resulting <span>absolute URL</span>.</p>

<p class="note">Any <span>same-origin</span> URL will do, including <code data-x="blob
protocol">blob:</code> URLs.</p>
<p class="note">Any <span data-x="same origin">same-origin</span> URL will do, including <code
data-x="blob protocol">blob:</code> URLs.</p>
</li>

<li><p>Let <var>worker</var> be a new <code>Worker</code> object.</p></li>
Expand Down Expand Up @@ -95357,8 +95357,8 @@ interface <dfn>SharedWorker</dfn> : <span>EventTarget</span> {
<p>Let <var>scriptURL</var> be the resulting <span>absolute URL</span> and <var>parsed
scriptURL</var> be the resulting <span>parsed URL</span>.</p>

<p class="note">Any <span>same-origin</span> URL will do, including <code data-x="blob
protocol">blob:</code> URLs.</p>
<p class="note">Any <span data-x="same origin">same-origin</span> URL will do, including <code
data-x="blob protocol">blob:</code> URLs.</p>
</li>

<li>
Expand Down

0 comments on commit 86e41c6

Please sign in to comment.