[Webkit-unassigned] [Bug 44954] New: [WML] Need to implement executeTask() in WMLTaskElement
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 31 08:00:52 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44954
Summary: [WML] Need to implement executeTask() in
WMLTaskElement
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: gyuyoung.kim at samsung.com
There is a build break when WML is enabled. It seems to me that executeTask() is needed to implement because the create function is added.
/home/gyuyoung/webkit/WebKit-EFL/WebCore/wml/WMLTaskElement.cpp: In static member function ‘static WTF::PassRefPtr<WebCore::WMLTaskElement> WebCore::WMLTaskElement::create(const WebCore::QualifiedName&, WebCore::Document*)’:
/home/gyuyoung/webkit/WebKit-EFL/WebCore/wml/WMLTaskElement.cpp:44: error: cannot allocate an object of abstract type ‘WebCore::WMLTaskElement’
/home/gyuyoung/webkit/WebKit-EFL/WebCore/wml/WMLTaskElement.h:34: note: because the following virtual functions are pure within ‘WebCore::WMLTaskElement’:
/home/gyuyoung/webkit/WebKit-EFL/WebCore/wml/WMLTaskElement.h:45: note: virtual void WebCore::WMLTaskElement::executeTask()
make[2]: *** [WebCore/CMakeFiles/webcore_efl.dir/wml/WMLTaskElement.cpp.o] Error 1
--
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