Bug 140619 - Clean up ViewUpdateDispatcher
Summary: Clean up ViewUpdateDispatcher
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: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-19 06:34 PST by Zan Dobersek
Modified: 2015-01-21 08:55 PST (History)
0 users

See Also:


Attachments
Patch (2.19 KB, patch)
2015-01-19 06:36 PST, Zan Dobersek
no flags Details | Formatted Diff | Diff

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