No subject


Mon Sep 28 12:00:37 PDT 2015


<span class="quote">&gt; &gt; Source/WebCore/rendering/RenderGrid.cpp:1184
&gt; &gt; +    for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) {
&gt; 
&gt; Perhaps not for this patch but we should make OrderIterator a stl
&gt; iterator-like class so that instead of first() and next() we have begin()
&gt; and end() and we could do things like
&gt; 
&gt; for (auto child : m_orderIterator)</span ></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>
--1456248594.C31d32B0.9929--


More information about the webkit-unassigned mailing list