Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: third_party/WebKit/Source/core/xml/DocumentXSLT.cpp

Issue 2389883005: reflow comments in core/xml* (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698