<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Implement console.timeline() and console.timelineEnd()"
   href="https://bugs.webkit.org/show_bug.cgi?id=152417#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Implement console.timeline() and console.timelineEnd()"
   href="https://bugs.webkit.org/show_bug.cgi?id=152417">bug 152417</a>
              from <span class="vcard"><a class="email" href="mailto:nvasilyev&#64;apple.com" title="Nikita Vasilyev &lt;nvasilyev&#64;apple.com&gt;"> <span class="fn">Nikita Vasilyev</span></a>
</span></b>
        <pre>Chrome DevTools renamed console.timeline &amp; console.timelineEnd to
console.time and console.timeEnd.

<span class="quote">&gt; console.timeline()</span >
&lt; 'console.timeline' is deprecated. Please use 'console.time' instead.
<span class="quote">&gt; console.timelineEnd()</span >
&lt; 'console.timelineEnd' is deprecated. Please use 'console.timeEnd' instead.</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>