~ubuntu-branches/ubuntu/lucid/webkit/lucid-security

« back to all changes in this revision

Viewing changes to WebCore/page/Navigator.idl

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2010-01-20 20:09:57 UTC
  • mfrom: (1.2.7 upstream) (4.3.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100120200957-3ng8lah18c7pmm52
* New upstream release
- Fixes crashes related to clearing the clipboard, which many users were
  experiencing (Closes: #565166)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        readonly attribute boolean onLine;
42
42
 
43
43
#if defined(ENABLE_GEOLOCATION) && ENABLE_GEOLOCATION
44
 
        readonly attribute Geolocation geolocation;
 
44
        readonly attribute [EnabledAtRuntime] Geolocation geolocation;
45
45
#endif
46
46
 
47
47
#if defined(ENABLE_DOM_STORAGE) && ENABLE_DOM_STORAGE