[Webkit-unassigned] [Bug 114649] New: Build fix: removing contextMenuProxy left over

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 15 16:40:38 PDT 2013


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

           Summary: Build fix: removing contextMenuProxy left over
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: savagobr at yahoo.com
                CC: demarchi at webkit.org


Current trunk build is broken:
//------------------------------------------------------------------------------------------------
[ 85%] In file included from /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/Source/WebKit2/UIProcess/WebPageProxy.h:32:0,
                 from /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/Source/WebKit2/UIProcess/DefaultUndoController.h:26,
                 from /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/Source/WebKit2/UIProcess/efl/WebView.h:31,
                 from /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/Source/WebKit2/UIProcess/API/efl/EwkView.h:32,
                 from /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/Source/WebKit2/UIProcess/API/efl/EwkView.cpp:22:
/home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/Source/WebKit2/UIProcess/DrawingAreaProxy.h:71:18: warning: unused parameter ‘timeout’ [-Wunused-parameter]
/home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/Source/WebKit2/UIProcess/API/efl/EwkView.cpp: In member function ‘void EwkView::showContextMenu(WKPoint, WKArrayRef)’:
/home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/Source/WebKit2/UIProcess/API/efl/EwkView.cpp:812:8: error: ‘contextMenuProxy’ was not declared in this scope
make[2]: *** [Source/WebKit2/CMakeFiles/ewebkit2.dir/UIProcess/API/efl/EwkView.cpp.o] Error 1

//------------------------------------------------------------------------------------------------

This regression probably was introduced with http://trac.webkit.org/changeset/148434, and wasn't noticed since ASSERTs are not compiled in Release mode.

-- 
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