⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 125729 in webkit


Ignore:
Timestamp:
Aug 15, 2012, 5:52:20 PM (14 years ago)
Author:
rniwa@webkit.org
Message:

EFL build fix attempt after r125711. Touch an IDL file to regenerate derived sources.

  • html/HTMLAllCollection.idl:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r125728 r125729  
     12012-08-15  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        EFL build fix attempt after r125711. Touch an IDL file to regenerate derived sources.
     4
     5        * html/HTMLAllCollection.idl:
     6
    172012-08-15  Alec Flett  <alecflett@chromium.org>
    28
  • trunk/Source/WebCore/html/HTMLAllCollection.idl

    r121615 r125729  
    3737        [Custom] Node item(in [Optional=DefaultIsUndefined] unsigned long index);
    3838        [Custom] Node namedItem(in DOMString name);
    39 
    4039        // FIXME: This should return an HTMLAllCollection.
    4140        NodeList tags(in DOMString name);
Note: See TracChangeset for help on using the changeset viewer.