Bug 169049

Summary: Rename recalcStyle to resolveStyle and clean up the signature
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, cdumez, commit-queue, dbates, esprehn+autocc, japhet, kangil.han
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch sam: review+

Description Antti Koivisto 2017-03-01 11:39:55 PST
Make naming more consistent and replace an overly generic enum parameter.
Comment 1 Antti Koivisto 2017-03-01 12:47:14 PST
Created attachment 303097 [details]
patch
Comment 2 WebKit Commit Bot 2017-03-01 12:49:27 PST
Attachment 303097 [details] did not pass style-queue:


ERROR: Source/WebCore/dom/Document.cpp:5042:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Total errors found: 1 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Sam Weinig 2017-03-01 20:11:53 PST
Comment on attachment 303097 [details]
patch

rs = me
Comment 4 Antti Koivisto 2017-03-01 22:18:35 PST
https://trac.webkit.org/changeset/213266
Comment 5 Alex Christensen 2017-03-01 23:01:55 PST
r213268