Bug 156233

Summary: Render tree teardown should be iterative
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, cmarcelo, commit-queue, dbarton, esprehn+autocc, fred.wang, gyuyoung.kim, kangil.han, mrobinson, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kling: review+

Description Antti Koivisto 2016-04-05 06:38:35 PDT
Use ComposedTreeIterator.
Comment 1 Antti Koivisto 2016-04-05 06:48:49 PDT
Created attachment 275659 [details]
patch
Comment 2 WebKit Commit Bot 2016-04-05 06:51:39 PDT
Attachment 275659 [details] did not pass style-queue:


ERROR: Source/WebCore/style/RenderTreeUpdater.cpp:515:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/WebCore/style/RenderTreeUpdater.cpp:527:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 2 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Antti Koivisto 2016-04-05 08:04:40 PDT
https://trac.webkit.org/r199056