Remove useless comment
Created attachment 80851 [details] Patch
Comment on attachment 80851 [details] Patch Quite useless indeed.
Comment on attachment 80851 [details] Patch Clearing flags on attachment: 80851 Committed r77361: <http://trac.webkit.org/changeset/77361>
All reviewed patches have been landed. Closing bug.
Actually, I found this comment extremely useful when working on this code.
(In reply to comment #5) > Actually, I found this comment extremely useful when working on this code. I can't tell whether you're kidding. Maybe we should change the true/false to be an enum? (I couldn't have been the "no clue why" part that was useful, right?)
Yes, this was essentially a FIXME comment. The fact that this generic code somehow special cased a certain kind of plug-ins was worth drawing special attention for me when I looked at this function, and I was glad that Eric (I think) has added it.