[Webkit-unassigned] [Bug 168537] [JSC] Fix missing header in AbstractMacroAssembler.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 13 17:12:54 PDT 2017


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

Mark Lam <mark.lam at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #302004|review?                     |review-
              Flags|                            |

--- Comment #3 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 302004
  --> https://bugs.webkit.org/attachment.cgi?id=302004
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=302004&action=review

> Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31
> -#include "X86Assembler.h"
>  #include "AbstractMacroAssembler.h"
> +#include "X86Assembler.h"

This breaks the Mac (and iOS) builds (debug builds previously, and now release builds too after r213743).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170314/0dd37d42/attachment-0001.html>


More information about the webkit-unassigned mailing list