Bug 328680, remove nsIListControlFrame interface, r=mats

This commit is contained in:
Neil Deakin
2018-09-26 10:41:01 -04:00
parent f13734fefd
commit a9503bbfd9
11 changed files with 23 additions and 126 deletions

View File

@@ -28,7 +28,7 @@
#include "nsIForm.h"
#include "nsIFormProcessor.h"
#include "nsIFrame.h"
#include "nsIListControlFrame.h"
#include "nsListControlFrame.h"
#include "nsISelectControlFrame.h"
#include "nsLayoutUtils.h"
#include "nsMappedAttributes.h"
@@ -1605,7 +1605,7 @@ HTMLSelectElement::DispatchContentReset()
comboFrame->OnContentReset();
}
} else {
nsIListControlFrame* listFrame = do_QueryFrame(formControlFrame);
nsListControlFrame* listFrame = do_QueryFrame(formControlFrame);
if (listFrame) {
listFrame->OnContentReset();
}