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

« back to all changes in this revision

Viewing changes to WebCore/html/HTMLElement.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:
22
22
 
23
23
    interface [
24
24
        GenerateNativeConverter,
25
 
        CustomPushEventHandlerScope,
26
 
        InterfaceUUID=b2f172f1-d209-446f-8143-5f21de678f95,
27
 
        ImplementationUUID=c81b0e16-a2b9-448b-ad0a-81c9346d6f8a
 
25
        CustomPushEventHandlerScope
28
26
    ] HTMLElement : Element {
29
27
                 // iht.com relies on id returning the empty string when no id is present. 
30
28
                 // Other browsers do this as well. So we don't convert null to JS null.