Changeset 103855 in webkit for trunk/Source/WebCore/html/HTMLOptionsCollection.h
- Timestamp:
- Dec 30, 2011, 6:43:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/html/HTMLOptionsCollection.h
r34432 r103855 36 36 class HTMLOptionsCollection : public HTMLCollection { 37 37 public: 38 static PassRefPtr<HTMLOptionsCollection> create( PassRefPtr<HTMLSelectElement>);38 static PassRefPtr<HTMLOptionsCollection> create(HTMLSelectElement*); 39 39 40 40 void add(PassRefPtr<HTMLOptionElement>, ExceptionCode&); … … 47 47 void setLength(unsigned, ExceptionCode&); 48 48 49 void invalidateCache(); 50 49 51 private: 50 HTMLOptionsCollection( PassRefPtr<HTMLSelectElement>);52 HTMLOptionsCollection(HTMLSelectElement*); 51 53 }; 52 54
Note:
See TracChangeset
for help on using the changeset viewer.