[Webkit-unassigned] [Bug 194341] New: Build failure after r240315

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 05:23:51 PST 2019


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

            Bug ID: 194341
           Summary: Build failure after r240315
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: psaavedra at igalia.com

Description:

   Failure happens building WPE with no VIDEO enabled (proably happens as well in other ports):


  -DENABLE_VIDEO=OFF
  -DPORT=WPE 


Diagnosis:

  JSC namespace not added to the Webcore namespace  when video disabled




Build errors:

In file included from DerivedSources/WebCore/unified-sources/UnifiedSource-68aea4ac-14.cpp:6:
/home/igalia/psaavedra/yocto-wandboard-wpe/builds/wandboard-mesa-wpe-alternative/tmp/work/armv7at2hf-neon-imx-poky-linux-gnueabi/wpewebkit/nightly-AUTOINC+3646d86f28-r0/git/Source/WebCore/bindings/js/JSUndoItemCustom.cpp: At global scope:
/home/igalia/psaavedra/yocto-wandboard-wpe/builds/wandboard-mesa-wpe-alternative/tmp/work/armv7at2hf-neon-imx-poky-linux-gnueabi/wpewebkit/nightly-AUTOINC+3646d86f28-r0/git/Source/WebCore/bindings/js/JSUndoItemCustom.cpp:41:91: error: 'SlotVisitor' has not been declared
 bool JSUndoItemOwner::isReachableFromOpaqueRoots(JSC::Handle<JSC::Unknown> handle, void*, SlotVisitor& visitor, const char** reason)


In file included from DerivedSources/WebCore/unified-sources/UnifiedSource-68aea4ac-14.cpp:6:
/home/igalia/psaavedra/yocto-wandboard-wpe/builds/wandboard-mesa-wpe-alternative/tmp/work/armv7at2hf-neon-imx-poky-linux-gnueabi/wpewebkit/nightly-AUTOINC+3646d86f28-r0/git/Source/WebCore/bindings/js/JSUndoItemCustom.cpp: In member function 'virtual bool WebCore::JSUndoItemOwner::isReachableFromOpaqueRoots(JSC::Handle<JSC::Unknown>, void*, JSC::SlotVisitor&, const char**)':
/home/igalia/psaavedra/yocto-wandboard-wpe/builds/wandboard-mesa-wpe-alternative/tmp/work/armv7at2hf-neon-imx-poky-linux-gnueabi/wpewebkit/nightly-AUTOINC+3646d86f28-r0/git/Source/WebCore/bindings/js/JSUndoItemCustom.cpp:46:33: error: 'jsCast' was not declared in this scope
     auto* documentForUndoItem = jsCast<JSUndoItem*>(handle.slot()->asCell())->wrapped().document();
                                 ^~~~~~



Related to: https://bugs.webkit.org/show_bug.cgi?id=193111

-- 
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/20190206/f67dfa66/attachment.html>


More information about the webkit-unassigned mailing list