[Webkit-unassigned] [Bug 84136] New: [EFL][WK2] Fix build break when non-cross platform CONTEXT_MENUS are enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 17 02:24:43 PDT 2012


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

           Summary: [EFL][WK2] Fix build break when non-cross platform
                    CONTEXT_MENUS are enabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: m.pakula at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


In EFL WebKit2 when ENABLE_CONTEXT_MENUS is set true and CROSS_PLATFORM_CONTEXT_MENUS are set false, there is a build break caused by mismatch between contextMenuItemVector declaration which uses PlatformMenuDescription (defined as Vector<ContexMenuItem and definition which uses const Vector<ContextMenuItem>*. This fixed the build break by adding const to EFL PlatformMenuDesciption.

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