Bug 1415677 part 3. Remove nsIDOMHTMLCollection::GetLength. r=qdot
MozReview-Commit-ID: H9rdYf47WV
This commit is contained in:
@@ -155,12 +155,11 @@ NS_IMPL_CYCLE_COLLECTING_RELEASE(HTMLFormControlsCollection)
|
||||
|
||||
// nsIDOMHTMLCollection interface
|
||||
|
||||
NS_IMETHODIMP
|
||||
HTMLFormControlsCollection::GetLength(uint32_t* aLength)
|
||||
uint32_t
|
||||
HTMLFormControlsCollection::Length()
|
||||
{
|
||||
FlushPendingNotifications();
|
||||
*aLength = mElements.Length();
|
||||
return NS_OK;
|
||||
return mElements.Length();
|
||||
}
|
||||
|
||||
nsISupports*
|
||||
|
||||
Reference in New Issue
Block a user