Skip to content

Commit

Permalink
Fix nits found
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Mar 16, 2017
1 parent 2411e87 commit 45cbdb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -8483,7 +8483,7 @@ o.myself = o;</pre>
</ol>
</li>

<li><p>Set <var>serialized</var> to ? <span>StructuredSerialize</span>(<var>input</var>,
<li><p>Let <var>serialized</var> be ? <span>StructuredSerialize</span>(<var>input</var>,
<var>memory</var>).</p></li>

<li><p>Let <var>transferDataHolders</var> be a new empty <span
Expand Down Expand Up @@ -60147,7 +60147,7 @@ interface <dfn>CanvasDrawImage</dfn> {
void <span data-x="dom-context-2d-drawImage">drawImage</span>(<span>CanvasImageSource</span> image, unrestricted double sx, unrestricted double sy, unrestricted double sw, unrestricted double sh, unrestricted double dx, unrestricted double dy, unrestricted double dw, unrestricted double dh);
};

[NoInterfaceObject, Exposed=(Window,Worker)]
[NoInterfaceObject, Exposed=(Window,Worker), <span>Serializable</span>]
interface <dfn>CanvasImageData</dfn> {
// <span>pixel manipulation</span>
<span>ImageData</span> <span data-x="dom-context-2d-createImageData">createImageData</span>(double sw, double sh);
Expand Down

0 comments on commit 45cbdb4

Please sign in to comment.