Bug 85664 - Move markPagesForFullStyleRecalc to PageCache
Summary: Move markPagesForFullStyleRecalc to PageCache
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-04 14:04 PDT by Anders Carlsson
Modified: 2012-05-04 14:15 PDT (History)
0 users

See Also:


Attachments
Patch (7.61 KB, patch)
2012-05-04 14:06 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>