Bug 49597

Summary: Introduce GeoNotifierVector typedef for increased readability
Product: WebKit Reporter: John Knottenbelt <jknotten>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bulach, commit-queue, jorlow
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 39908    
Attachments:
Description Flags
Patch none

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.