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

Unified Diff: Source/core/editing/MarkupFormatter.h

Issue 1180623004: Refactoring: Move MarkupFormatter::totalLength to StyledMarkupAccumulator.cpp as an annonymous func… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | Source/core/editing/MarkupFormatter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/MarkupFormatter.h
diff --git a/Source/core/editing/MarkupFormatter.h b/Source/core/editing/MarkupFormatter.h
index df86cae09a504886f3ed9202e22b2d677943b1dc..47f40d79573c76ba8848d49711fd0cfbc15e23e7 100644
--- a/Source/core/editing/MarkupFormatter.h
+++ b/Source/core/editing/MarkupFormatter.h
@@ -74,7 +74,6 @@ public:
static void appendNamespace(StringBuilder&, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces&);
static void appendProcessingInstruction(StringBuilder&, const String& target, const String& data);
static void appendXMLDeclaration(StringBuilder&, const Document&);
- static size_t totalLength(const Vector<String>&);
MarkupFormatter(EAbsoluteURLs, SerializationType = SerializationType::AsOwnerDocument);
~MarkupFormatter();
« no previous file with comments | « no previous file | Source/core/editing/MarkupFormatter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698