[Webkit-unassigned] [Bug 150272] New: URTBF after r191194 to fix EFL build.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 23:48:16 PDT 2015


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

            Bug ID: 150272
           Summary: URTBF after r191194 to fix EFL build.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hs85.jeong at samsung.com
                CC: demarchi at webkit.org

https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2/builds/24978/steps/compile-webkit/logs/stdio

../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.h:51:18: error: ‘virtual void WebKit::WebContextMenuProxyEfl::showContextMenu(const WTF::Vector<WTF::RefPtr<WebKit::WebContextMenuItem> >&)’ marked override, but does not override
     virtual void showContextMenu(const Vector<RefPtr<WebContextMenuItem>>&) override;
                  ^
../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.h: In static member function ‘static WTF::Ref<WebKit::WebContextMenuProxyEfl> WebKit::WebContextMenuProxyEfl::create(EwkView*, WebKit::WebPageProxy&, const WebKit::ContextMenuContextData&, const WebKit::UserData&)’:
../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.h:46:86: error: invalid new-expression of abstract class type ‘WebKit::WebContextMenuProxyEfl’
         return adoptRef(*new WebContextMenuProxyEfl(viewImpl, page, context, userData));
                                                                                      ^
In file included from ../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.cpp:27:0:
../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.h:42:7: note:   because the following virtual functions are pure within ‘WebKit::WebContextMenuProxyEfl’:
 class WebContextMenuProxyEfl : public WebContextMenuProxy {
       ^
In file included from ../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.h:31:0,
                 from ../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.cpp:27:
../../Source/WebKit2/UIProcess/WebContextMenuProxy.h:43:18: note:     virtual void WebKit::WebContextMenuProxy::showContextMenu()
     virtual void showContextMenu() = 0;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151017/01768194/attachment.html>


More information about the webkit-unassigned mailing list