[Webkit-unassigned] [Bug 25653] PLATFORM(X86_64) inherits ia64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 9 08:09:49 PDT 2009


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


gns at gnome.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30145|review?                     |review+
               Flag|                            |




------- Comment #2 from gns at gnome.org  2009-05-09 08:09 PDT -------
(From update of attachment 30145)
> diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
> index 59f8b8f..6e4eae4 100644
> --- a/JavaScriptCore/wtf/Platform.h
> +++ b/JavaScriptCore/wtf/Platform.h
> @@ -220,7 +220,6 @@
>  
>  /* PLATFORM(X86_64) */
>  #if   defined(__x86_64__) \
> -   || defined(__ia64__) \
>     || defined(_M_X64)
>  #define WTF_PLATFORM_X86_64 1
>  #endif
> -- 
> 1.6.2.4
> 

I'll r+ and commit this patch, since the fix is quite obvious as you said. For
future patches, please include a proper ChangeLog entry as described in
http://webkit.org/coding/contributing.html.


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



More information about the webkit-unassigned mailing list