<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Main frame storage event never dispatched for localStorage/sessionStorage modifications"
   href="https://bugs.webkit.org/show_bug.cgi?id=159174#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Main frame storage event never dispatched for localStorage/sessionStorage modifications"
   href="https://bugs.webkit.org/show_bug.cgi?id=159174">bug 159174</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>&lt;<a href="https://html.spec.whatwg.org/multipage/webstorage.html#the-localstorage-attribute">https://html.spec.whatwg.org/multipage/webstorage.html#the-localstorage-attribute</a>&gt;

<span class="quote">&gt; When the setItem(), removeItem(), and clear() methods are called on a Storage object x
&gt; that is associated with a local storage area, if the methods did not throw an exception
&gt; or &quot;do nothing&quot; as defined above, then for every Document object whose Window object's
&gt; localStorage attribute's Storage object is associated with the same storage area,
&gt; other than x, send a storage notification.</span >

The operative words being &quot;other than x&quot;.

Seems like this behaves correctly, closing.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>