Bug 49597 - Introduce GeoNotifierVector typedef for increased readability
Summary: Introduce GeoNotifierVector typedef for increased readability
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 39908
  Show dependency treegraph
 
Reported: 2010-11-16 08:25 PST by John Knottenbelt
Modified: 2010-11-17 09:28 PST (History)
3 users (show)

See Also:


Attachments
Patch (7.96 KB, patch)
2010-11-16 08:47 PST, John Knottenbelt
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Knottenbelt 2010-11-16 08:25:15 PST
WebCore/dom/page/Geolocation.cpp and WebCore/dom/page/Geolocation.h use repeated references to Vector<RefPtr<GeoNotifier> >&. 

Introduce GeoNotifierVector typedef to increase readability, which will also help with the readability of forthcoming patch to fix https://bugs.webkit.org/show_bug.cgi?id=39908
Comment 1 John Knottenbelt 2010-11-16 08:47:29 PST
Created attachment 73998 [details]
Patch
Comment 2 Jeremy Orlow 2010-11-17 06:30:11 PST
Comment on attachment 73998 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2010-11-17 09:28:51 PST
Comment on attachment 73998 [details]
Patch

Clearing flags on attachment: 73998

Committed r72213: <http://trac.webkit.org/changeset/72213>
Comment 4 WebKit Commit Bot 2010-11-17 09:28:56 PST
All reviewed patches have been landed.  Closing bug.