Bug 85664

Summary: Move markPagesForFullStyleRecalc to PageCache
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2012-05-04 14:04:42 PDT
Move markPagesForFullStyleRecalc to PageCache
Comment 1 Anders Carlsson 2012-05-04 14:06:50 PDT
Created attachment 140319 [details]
Patch
Comment 2 mitz 2012-05-04 14:08:38 PDT
Comment on attachment 140319 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=140319&action=review

> Source/WebCore/history/PageCache.cpp:423
> +void PageCache::markPagesForFullStyleRecalc(Page* page)

Maybe this should take a const Page&
Comment 3 Anders Carlsson 2012-05-04 14:15:37 PDT
Committed r116167: <http://trac.webkit.org/changeset/116167>