Bug 159767

Summary: Fix the !ENABLE(MATHML) build after r201739
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, darin, esprehn+autocc, kangil.han, rniwa
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 157706    
Attachments:
Description Flags
Patch none

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.