<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Rename DocumentLoadTiming and ResourceLoadTiming"
   href="https://bugs.webkit.org/show_bug.cgi?id=160821#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Rename DocumentLoadTiming and ResourceLoadTiming"
   href="https://bugs.webkit.org/show_bug.cgi?id=160821">bug 160821</a>
              from <span class="vcard"><a class="email" href="mailto:achristensen&#64;apple.com" title="Alex Christensen &lt;achristensen&#64;apple.com&gt;"> <span class="fn">Alex Christensen</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=285954&amp;action=diff" name="attach_285954" title="Patch">attachment 285954</a> <a href="attachment.cgi?id=285954&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=285954&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=285954&amp;action=review</a>

<span class="quote">&gt; Source/WebCore/CMakeLists.txt:1915
&gt; +    loader/LoadTiming.cpp</span >

This should be put in correct alphabetical order.

<span class="quote">&gt; Source/WebCore/loader/DocumentLoader.h:259
&gt; +        void resetTiming() { m_loadTiming = LoadTiming(); }</span >

Does { } work?

<span class="quote">&gt; Source/WebCore/loader/LoadTiming.h:27
&gt; +#ifndef LoadTiming_h
&gt; +#define LoadTiming_h</span >

#pragma once

<span class="quote">&gt; Source/WebCore/platform/network/NetworkLoadTiming.h:28
&gt; +#ifndef NetworkLoadTiming_h
&gt; +#define NetworkLoadTiming_h</span >

#pragma once, as long as we're touching this file.</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>