[Webkit-unassigned] [Bug 198180] New: Fix a few missing header inclusions often masked by by unified sources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 23 06:48:37 PDT 2019


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

            Bug ID: 198180
           Summary: Fix a few missing header inclusions often masked by by
                    unified sources
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

The following are build errors caused by missing includes which
would have been caught much earlier if unified sources weren't used:

../Source/JavaScriptCore/wasm/WasmBinding.cpp:48:22: error: use of undeclared identifier 'wasmCallingConventionAir'
    GPRReg scratch = wasmCallingConventionAir().prologueScratch(0);
                     ^

../Source/JavaScriptCore/assembler/PerfLog.cpp:147:32: error: implicit instantiation of undefined template 'std::__1::array<char, 1024>'
        std::array<char, 1024> filename;
                               ^

../Source/WebCore/html/FeaturePolicy.cpp:53:58: error: use of undeclared identifier 'isHTMLSpace'
    item = item.stripLeadingAndTrailingMatchedCharacters(isHTMLSpace<UChar>);
                                                         ^

../Source/WebCore/platform/text/TextCodec.cpp:43:16: error: use of undeclared identifier 'snprintf'; did you mean 'vswprintf'?
        return snprintf(replacement.data(), sizeof(UnencodableReplacementArray), "&#%u;", codePoint);
               ^~~~~~~~
               vswprintf

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190523/4c2dfe05/attachment.html>


More information about the webkit-unassigned mailing list