| Index: Source/core/editing/markup.cpp
|
| diff --git a/Source/core/editing/markup.cpp b/Source/core/editing/markup.cpp
|
| index df6b5cd7a34be3ea696a4b90aaaf09ffab40993c..8d38db1fc4b430476a4a1ae0aef6a93ab5e16705 100644
|
| --- a/Source/core/editing/markup.cpp
|
| +++ b/Source/core/editing/markup.cpp
|
| @@ -955,7 +955,7 @@ PassRefPtr<DocumentFragment> createFragmentForInnerOuterHTML(const String& marku
|
|
|
| bool wasValid = fragment->parseXML(markup, contextElement, parserContentPolicy);
|
| if (!wasValid) {
|
| - ec = SYNTAX_ERR;
|
| + ec = SyntaxError;
|
| return 0;
|
| }
|
| return fragment.release();
|
|
|