public RecordingBidiFlipper(MutatingVisitController visitController, boolean swapLtrRtlInUrl,
boolean swapLeftRightInUrl, boolean shouldFlipConstantReferences) {
this.mutatingVisitController = new RecordingMutatingVisitController(visitController);
this.delegate = new BiDiFlipper(mutatingVisitController, swapLtrRtlInUrl, swapLeftRightInUrl,
shouldFlipConstantReferences);
}