[Webkit-unassigned] [Bug 142057] New: Fix the !ENABLE(WEBGL) build after r180609

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 14:41:25 PST 2015


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

            Bug ID: 142057
           Summary: Fix the !ENABLE(WEBGL) build after r180609
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
                CC: dino at apple.com, roger_fong at apple.com
            Blocks: 141567

log:

lib/libwebcore_efl.a(lib/../Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp.o):GraphicsContext3DOpenGLCommon.cpp:function WebCore::GraphicsContext3D::forceContextLost(): error: undefined reference to 'WebCore::WebGLRenderingContextBase::forceLostContext(WebCore::WebGLRenderingContextBase::LostContextMode)'
collect2: error: ld returned 1 exit status

The problem is that forceLostContext() is defined inside ENABLE(WEBGL) guard, but used
unconditionally in GraphicsContext3DOpenGLCommon.cpp after http://trac.webkit.org/changeset/180609

-- 
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/20150226/f00d2d60/attachment-0002.html>


More information about the webkit-unassigned mailing list