Changeset 125729 in webkit
- Timestamp:
- Aug 15, 2012, 5:52:20 PM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
html/HTMLAllCollection.idl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r125728 r125729 1 2012-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 1 7 2012-08-15 Alec Flett <alecflett@chromium.org> 2 8 -
trunk/Source/WebCore/html/HTMLAllCollection.idl
r121615 r125729 37 37 [Custom] Node item(in [Optional=DefaultIsUndefined] unsigned long index); 38 38 [Custom] Node namedItem(in DOMString name); 39 40 39 // FIXME: This should return an HTMLAllCollection. 41 40 NodeList tags(in DOMString name);
Note:
See TracChangeset
for help on using the changeset viewer.