Bug 133688

Summary: Modernize loop code in scrolling tree code
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, buildbot, cmarcelo, commit-queue, jamesr, luiz, rniwa, simon.fraser, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
andersca: review+, buildbot: commit-queue-
Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2 none

Description Simon Fraser (smfr) 2014-06-10 12:00:39 PDT
Modernize loop code in scrolling tree code
Comment 1 Simon Fraser (smfr) 2014-06-10 12:01:03 PDT
Created attachment 232801 [details]
Patch
Comment 2 Anders Carlsson 2014-06-10 12:27:51 PDT
Comment on attachment 232801 [details]
Patch

Instead of *m_children.get(), just use *m_children.
Comment 3 Build Bot 2014-06-10 13:09:37 PDT
Comment on attachment 232801 [details]
Patch

Attachment 232801 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/5299580933505024

New failing tests:
media/W3C/video/networkState/networkState_during_loadstart.html
Comment 4 Build Bot 2014-06-10 13:09:41 PDT
Created attachment 232808 [details]
Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: webkit-ews-11  Port: mac-mountainlion-wk2  Platform: Mac OS X 10.8.5
Comment 5 Simon Fraser (smfr) 2014-06-10 15:15:42 PDT
https://trac.webkit.org/r169773