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

Unified Diff: Source/core/html/HTMLDocument.cpp

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 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 | « Source/core/html/HTMLCollection.cpp ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLDocument.cpp
diff --git a/Source/core/html/HTMLDocument.cpp b/Source/core/html/HTMLDocument.cpp
index 1af0f732a6a79c64e814051835fa55dba9b78a08..33f5417ab7a5ced797ecdfab3abe14c19997701e 100644
--- a/Source/core/html/HTMLDocument.cpp
+++ b/Source/core/html/HTMLDocument.cpp
@@ -244,7 +244,7 @@ void HTMLDocument::addNamedItem(const AtomicString& name)
}
void HTMLDocument::removeNamedItem(const AtomicString& name)
-{
+{
removeItemFromMap(m_namedItemCounts, name);
}
@@ -254,7 +254,7 @@ void HTMLDocument::addExtraNamedItem(const AtomicString& name)
}
void HTMLDocument::removeExtraNamedItem(const AtomicString& name)
-{
+{
removeItemFromMap(m_extraNamedItemCounts, name);
}
« no previous file with comments | « Source/core/html/HTMLCollection.cpp ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698