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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 17 15:27:54 PST 2017


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

            Bug ID: 168537
           Summary: [JSC] Fix missing header in AbstractMacroAssembler.h
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: guijemont at igalia.com

AbstractMacroAssembler.h should include wtf/Vector.h as it uses vectors. As of now, it relies on wtf/Vector.h being included by another header, which is why MacroAssemblerX86Common.h has to include X86Assembler.h before AbstractMacroAssembler.h, breaking our style rules.

The same issue would arise for MIPS, and solving this bug would allow to provide a proper fix for #168402.

-- 
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/20170217/cb8d9a50/attachment.html>


More information about the webkit-unassigned mailing list