[Webkit-unassigned] [Bug 137556] New: [EFL] m_soupRequestManager was not declared

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 9 05:49:33 PDT 2014


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

           Summary: [EFL] m_soupRequestManager was not declared
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hyuki.kim at samsung.com
                CC: demarchi at webkit.org


There is compilation error caused by undeclared variable for the webkit efl debug build.

/home/hyuki/git/webkit2/Source/WebKit2/UIProcess/efl/RequestManagerClientEfl.cpp: In constructor ‘WebKit::RequestManagerClientEfl::RequestManagerClientEfl(WKContextRef)’:
/home/hyuki/git/webkit2/Source/WebKit2/UIProcess/efl/RequestManagerClientEfl.cpp:42:12: error: ‘m_soupRequestManager’ was not declared in this scope
     ASSERT(m_soupRequestManager);
            ^
/home/hyuki/git/webkit2/Source/WTF/wtf/Assertions.h:232:8: note: in definition of macro ‘ASSERT’
     (!(assertion) ? \
        ^
[ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/efl/ViewClientEfl.cpp.o
[ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/efl/WebColorPickerClient.cpp.o
make[2]: *** [Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/efl/RequestManagerClientEfl.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Source/WebKit2/CMakeFiles/WebKit2.dir/all] Error 2

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list