[Webkit-unassigned] [Bug 40671] Patches for enabling WebKit to compile with the Intel 32-bit C++ compiler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 3 00:01:44 PDT 2010


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





--- Comment #19 from Thiago Macieira <thiago.macieira at nokia.com>  2010-07-03 00:01:43 PST ---
(In reply to comment #17)
> (In reply to comment #16)
> > Please note that the JIT patch should be looked at with diff -w (no whitespace). Most of the change is just reindenting the code.
> 
> Why are you reindenting the code?

Because the code was outside a function and now is inside. I understand the CodeReview policies, but the way I read it was "don't do unrelated whitespace changes".

I was changing:

asm_code_goes_here

to:
function()
{
    asm_code_goes_here
}

If that is not wanted, I will redo the diff.

-- 
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