Bug 159767 - Fix the !ENABLE(MATHML) build after r201739
Summary: Fix the !ENABLE(MATHML) build after r201739
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 157706
  Show dependency treegraph
 
Reported: 2016-07-14 08:29 PDT by Csaba Osztrogonác
Modified: 2016-07-14 12:30 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.41 KB, patch)
2016-07-14 08:31 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2016-07-14 08:29:56 PDT
https://trac.webkit.org/changeset/201739 broke the !ENABLE(MATHML) build:

Source/WebCore/CMakeFiles/WebCore.dir/dom/Document.cpp.o -c ../../Source/WebCore/dom/Document.cpp
In file included from ../../Source/WebCore/dom/EventListenerMap.h:40:0,
                 from ../../Source/WebCore/dom/EventTarget.h:34,
                 from ../../Source/WebCore/dom/Node.h:28,
                 from ../../Source/WebCore/dom/ContainerNode.h:29,
                 from ../../Source/WebCore/dom/Document.h:32,
                 from ../../Source/WebCore/dom/Document.cpp:29:
../../Source/WTF/wtf/NeverDestroyed.h: In instantiation of 'WTF::NeverDestroyed<T>::NeverDestroyed(Args&& ...) [with Args = {WTF::ASCIILiteral}; T = const WTF::AtomicString]':
../../Source/WebCore/dom/Document.cpp:1144:100:   required from here
../../Source/WTF/wtf/text/AtomicString.h:187:5: error: 'WTF::AtomicString::AtomicString(WTF::ASCIILiteral)' is private
In file included from ../../Source/WebCore/css/CSSPrimitiveValue.h:32:0,
                 from ../../Source/WebCore/dom/StyledElement.h:28,
                 from ../../Source/WebCore/html/HTMLElement.h:26,
                 from ../../Source/WebCore/html/HTMLFrameOwnerElement.h:24,
                 from ../../Source/WebCore/rendering/RenderWidget.h:25,
                 from ../../Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from ../../Source/WebCore/page/ChromeClient.h:39,
                 from ../../Source/WebCore/dom/Document.cpp:42:
../../Source/WTF/wtf/NeverDestroyed.h:53:9: error: within this context
ninja: build stopped: subcommand failed.
Comment 1 Csaba Osztrogonác 2016-07-14 08:31:16 PDT
Created attachment 283645 [details]
Patch
Comment 2 WebKit Commit Bot 2016-07-14 12:30:01 PDT
Comment on attachment 283645 [details]
Patch

Clearing flags on attachment: 283645

Committed r203233: <http://trac.webkit.org/changeset/203233>
Comment 3 WebKit Commit Bot 2016-07-14 12:30:06 PDT
All reviewed patches have been landed.  Closing bug.