| Index: third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp b/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| index 582087727b6cb40d912da696eab3dbb22bf398e5..f5f240e50cfc205bb85f567fbd87039f1dab6465 100644
|
| --- a/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| @@ -62,8 +62,7 @@ XSLStyleSheet::XSLStyleSheet(Node* parentNode,
|
| m_finalURL(finalURL),
|
| m_isDisabled(false),
|
| m_embedded(embedded),
|
| - m_processed(true) // The root sheet starts off processed.
|
| - ,
|
| + m_processed(true), // The root sheet starts off processed.
|
| m_stylesheetDoc(0),
|
| m_stylesheetDocTaken(false),
|
| m_compilationFailed(false),
|
| @@ -80,8 +79,7 @@ XSLStyleSheet::XSLStyleSheet(Document* ownerDocument,
|
| m_finalURL(finalURL),
|
| m_isDisabled(false),
|
| m_embedded(embedded),
|
| - m_processed(true) // The root sheet starts off processed.
|
| - ,
|
| + m_processed(true), // The root sheet starts off processed.
|
| m_stylesheetDoc(0),
|
| m_stylesheetDocTaken(false),
|
| m_compilationFailed(false),
|
|
|