[Webkit-unassigned] [Bug 89366] FastMalloc.cpp needs to be reordered before padding bug can be fixed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 12:41:45 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89366





--- Comment #14 from Alex Christensen <alex.christensen at flexsim.com>  2012-06-20 12:41:44 PST ---
Either way, there is going to be a big patch.  We need to move code that is not following webkit style, which means that it needs to be formatted into webkit style to be committed.  This means changing variable names from variables with underscores, which must be changed everywhere the variable is used.  This quickly makes it so I have to reformat the whole file, which I did.

It was quite tedious, but it should be easy to check.  Just use kdiff3 or something similar.  Most of the changes are spaces or variable names.

(In reply to comment #12)
> Too much change at once :( Please either just move the code or fix the style, don't do both in one patch.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list