Skip to content

Commit

Permalink
Drop [Exposed=Window, Worker] for DOMStringMap
Browse files Browse the repository at this point in the history
  • Loading branch information
PoojaSanklecha authored and foolip committed Oct 30, 2015
1 parent 6c635b1 commit 1b4b0ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -7586,7 +7586,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
algorithms, one for getting the list of name-value pairs, one for setting names to certain values,
and one for deleting names.</p>

<pre class="idl">[OverrideBuiltins, Exposed=(Window,Worker)]
<pre class="idl">[OverrideBuiltins]
interface <dfn>DOMStringMap</dfn> {
<span data-x="dom-DOMStringMap-namedItem">getter</span> DOMString (DOMString name);
<span data-x="dom-DOMStringMap-setItem">setter</span> void (DOMString name, DOMString value);
Expand Down Expand Up @@ -118520,6 +118520,7 @@ INSERT INTERFACES HERE
Philip Taylor,
Philip TAYLOR<!-- a different one -->,
Philippe De Ryck,
Pooja Sanklecha,
Prashant Hiremath,
Prateek Rungta,
Pravir Gupta,
Expand Down

0 comments on commit 1b4b0ef

Please sign in to comment.