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

« back to all changes in this revision

Viewing changes to WebCore/html/HTMLTableRowElement.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=f14ea3d9-8643-4cfd-a692-cefe6d5c65ea,
25
 
        ImplementationUUID=0ce090da-33bb-4163-bb35-3ca8a2f6be47
26
 
    ] HTMLTableRowElement : HTMLElement {
 
23
    interface HTMLTableRowElement : HTMLElement {
27
24
 
28
25
        readonly attribute long            rowIndex;
29
26
        readonly attribute long            sectionRowIndex;