Comment 2 for bug 1184381

Revision history for this message
MC Return (mc-return) wrote :

Hey, Sami.
First of all thanks a lot for helping with debugging this and your detailed report.

TBH, I wanted to approach this issue this way:

if (wobblyIsEnabled)
    useTheMethodBeforeRevision3722ToRestore
else
    useTheNewTrunkMethodToRestore

I just have to see how to best extract the isWobblyEnabled information... as I am not sure how to best do it.

What do you think about that (simple) solution ?