Bug 149400

Summary: Fix the !ENABLE(TEMPLATE_ELEMENT) build after r189945
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, gyuyoung.kim, kling, koivisto
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149286    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-09-21 03:33:53 PDT
https://trac.webkit.org/changeset/189945/trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp
updated only the ENABLE(TEMPLATE_ELEMENT) case, but we should update the else case too.

build log:
-----------
../../Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp: In member function 'void WebCore::XMLDocumentParser::startElementNs(const xmlChar*, const xmlChar*, const xmlChar*, int, const xmlChar**, int, int, const xmlChar**)':
../../Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:856:37: error: no matching function for call to 'WebCore::XMLDocumentParser::pushCurrentNode(WebCore::Element&)'
../../Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:856:37: note: candidate is:
In file included from ../../Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:29:0:
../../Source/WebCore/xml/parser/XMLDocumentParser.h:143:14: note: void WebCore::XMLDocumentParser::pushCurrentNode(WebCore::ContainerNode*)
../../Source/WebCore/xml/parser/XMLDocumentParser.h:143:14: note:   no known conversion for argument 1 from 'WebCore::Element' to 'WebCore::ContainerNode*'
Comment 1 Csaba Osztrogonác 2015-09-21 03:34:59 PDT
Created attachment 261644 [details]
Patch
Comment 2 WebKit Commit Bot 2015-09-21 12:16:14 PDT
Comment on attachment 261644 [details]
Patch

Clearing flags on attachment: 261644

Committed r190068: <http://trac.webkit.org/changeset/190068>
Comment 3 WebKit Commit Bot 2015-09-21 12:16:18 PDT
All reviewed patches have been landed.  Closing bug.