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

« back to all changes in this revision

Viewing changes to WebCore/html/HTMLMapElement.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:
20
20
 
21
21
module html {
22
22
 
23
 
    interface [
24
 
        InterfaceUUID=8a660b48-4beb-4f9e-855b-e04131eb2519,
25
 
        ImplementationUUID=7ad57e02-91e5-4761-a1ca-e967188e5e0d
26
 
    ] HTMLMapElement : HTMLElement {
 
23
    interface HTMLMapElement : HTMLElement {
27
24
        readonly attribute HTMLCollection areas;
28
25
        attribute [ConvertNullToNullString] DOMString name;
29
26
    };