| Index: Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp
|
| ===================================================================
|
| --- Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp (revision 148876)
|
| +++ Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp (working copy)
|
| @@ -370,7 +370,7 @@
|
| static inline void setAttributes(Element* element, Vector<Attribute>& attributeVector, ParserContentPolicy parserContentPolicy)
|
| {
|
| if (!scriptingContentIsAllowed(parserContentPolicy))
|
| - element->stripJavaScriptAttributes(attributeVector);
|
| + element->stripScriptingAttributes(attributeVector);
|
| element->parserSetAttributes(attributeVector);
|
| }
|
|
|
|
|