mw.widgets.ComplexTitleInputWidget.prototype.restorePreInfuseState = function ( state ) {
        mw.widgets.ComplexTitleInputWidget.super.prototype.restorePreInfuseState.call( this, state );
        this.namespace.restorePreInfuseState( state.namespace );
        this.title.restorePreInfuseState( state.title );
    };