Index: third_party/WebKit/Source/core/xml/DocumentXSLT.cpp |
diff --git a/third_party/WebKit/Source/core/xml/DocumentXSLT.cpp b/third_party/WebKit/Source/core/xml/DocumentXSLT.cpp |
index 4a7049e689798281d062741cce16157c9d092681..b9b3f5e59293106ac76263130acf93da91f409bc 100644 |
--- a/third_party/WebKit/Source/core/xml/DocumentXSLT.cpp |
+++ b/third_party/WebKit/Source/core/xml/DocumentXSLT.cpp |
@@ -101,7 +101,8 @@ void DocumentXSLT::applyXSLTransform(Document& document, |
document.setParsingState(Document::FinishedParsing); |
return; |
} |
- // FIXME: If the transform failed we should probably report an error (like Mozilla does). |
+ // FIXME: If the transform failed we should probably report an error (like |
+ // Mozilla does). |
LocalFrame* ownerFrame = document.frame(); |
processor->createDocumentFromSource(newSource, resultEncoding, resultMIMEType, |
&document, ownerFrame); |