[Webkit-unassigned] [Bug 117441] New: Fix build error and warning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 10 16:41:48 PDT 2013


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

           Summary: Fix build error and warning
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ljaehun.lim at samsung.com


Error:
WebKit/Source/WebKit2/UIProcess/efl/WebViewEfl.cpp: In static member function ‘static WTF::PassRefPtr<WebKit::WebView> WebKit::WebView::create(WebKit::WebContext*, WebKit::WebPageGroup*)’:
WebKit/Source/WebKit2/UIProcess/efl/WebViewEfl.cpp:49:54: error: cannot allocate an object of abstract type ‘WebKit::WebViewEfl’
WebKit/Source/WebKit2/UIProcess/efl/WebViewEfl.h:35:7: note:   because the following virtual functions are pure within ‘WebKit::WebViewEfl’:
WebKit/Source/WebKit2/UIProcess/PageClient.h:115:18: note:     virtual void WebKit::PageClient::preferencesDidChange()
WebKit/Source/WebKit2/UIProcess/efl/WebViewEfl.cpp:50:1: error: control reaches end of non-void function [-Werror=return-type]

Warning:
WebKit/Source/WebKit2/UIProcess/CoordinatedGraphics/WebView.cpp:392:31: warning: unused parameter ‘page’ [-Wunused-parameter]

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