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

« back to all changes in this revision

Viewing changes to WebCore/dom/Entity.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:
19
19
 
20
20
module core {
21
21
 
22
 
    interface [
23
 
        InterfaceUUID=5CDB5ACA-F3A7-47ea-B89C-F335E4342C55,
24
 
        ImplementationUUID=DDD2A621-59FD-4bb2-9F95-7061C3FB9F06
25
 
    ] Entity : Node {
 
22
    interface Entity : Node {
26
23
        readonly attribute [ConvertNullStringTo=Null] DOMString publicId;
27
24
        readonly attribute [ConvertNullStringTo=Null] DOMString systemId;
28
25
        readonly attribute [ConvertNullStringTo=Null] DOMString notationName;