[Webkit-unassigned] [Bug 159909] New: ENABLE_OPENGL=OFF build broken since r201802
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 18 16:44:41 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159909
Bug ID: 159909
Summary: ENABLE_OPENGL=OFF build broken since r201802
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: clopez at igalia.com
CC: bugs-noreply at webkitgtk.org, cgarcia at igalia.com
Since r201802 building WebKitGTK+ with -DENABLE_OPENGL=OFF fails with:
../../Source/WebKit2/WebProcess/WebPage/LayerTreeHost.cpp:44:38: error: implicit instantiation of undefined template 'WTF::RefPtr<WebKit::LayerTreeHost>'
RefPtr<LayerTreeHost> LayerTreeHost::create(WebPage& webPage)
^
../../Source/WTF/wtf/Forward.h:35:28: note: template is declared here
template<typename T> class RefPtr;
^
../../Source/WebKit2/WebProcess/WebPage/LayerTreeHost.cpp:54:12: error: implicit instantiation of undefined template 'WTF::RefPtr<WebKit::LayerTreeHost>'
return nullptr;
^
../../Source/WTF/wtf/Forward.h:35:28: note: template is declared here
template<typename T> class RefPtr;
^
2 errors generated.
--
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/20160718/f6eb879c/attachment-0001.html>
More information about the webkit-unassigned
mailing list