Index: third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h b/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h |
index daa2a87e18fd8188e7bdecf7935bad91b821a434..e4e475f07104d4861a69f957ecfd88e676849047 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h |
+++ b/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h |
@@ -74,9 +74,7 @@ class CORE_EXPORT HTMLViewSourceDocument final : public HTMLDocument { |
bool isLink = false, |
bool isAnchor = false, |
const AtomicString& link = nullAtom); |
- int addSrcset(const String& source, |
- int start, |
- int end); |
+ int addSrcset(const String& source, int start, int end); |
void maybeAddSpanForAnnotation(SourceAnnotation); |
Element* addLink(const AtomicString& url, bool isAnchor); |