mw.widgets.SizeFilterWidget.prototype.restorePreInfuseState = function ( state ) {
        mw.widgets.SizeFilterWidget.super.prototype.restorePreInfuseState.call( this, state );
        this.radioselectinput.restorePreInfuseState( state.radioselectinput );
        this.textinput.restorePreInfuseState( state.textinput );
    };