Bug 140619

Summary: Clean up ViewUpdateDispatcher
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Zan Dobersek 2015-01-19 06:34:10 PST
Clean up ViewUpdateDispatcher
Comment 1 Zan Dobersek 2015-01-19 06:36:17 PST
Created attachment 244901 [details]
Patch
Comment 2 Darin Adler 2015-01-20 09:24:51 PST
Comment on attachment 244901 [details]
Patch

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

> Source/WebKit2/WebProcess/WebPage/ViewUpdateDispatcher.cpp:71
> +        RefPtr<ViewUpdateDispatcher> protector(this);

Annoying that this can’t be Ref instead of RefPtr.
Comment 3 Zan Dobersek 2015-01-21 08:55:41 PST
Comment on attachment 244901 [details]
Patch

Clearing flags on attachment: 244901

Committed r178824: <http://trac.webkit.org/changeset/178824>
Comment 4 Zan Dobersek 2015-01-21 08:55:49 PST
All reviewed patches have been landed.  Closing bug.