Bug 42635 - Initialize Page::m_geolocationController, m_deviceOrientationController et al. lazily
Summary: Initialize Page::m_geolocationController, m_deviceOrientationController et al...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P5 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-20 06:31 PDT by Hans Wennborg
Modified: 2011-02-14 03:29 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans Wennborg 2010-07-20 06:31:59 PDT
In https://bugs.webkit.org/show_bug.cgi?id=42265#c11, it was suggested that we might want to initialize these member variables lazily on first use to avoid slowing down Page creation with features that are not always used.