Chromium Code Reviews| Index: Source/core/html/parser/HTMLParserIdioms.cpp |
| diff --git a/Source/core/html/parser/HTMLParserIdioms.cpp b/Source/core/html/parser/HTMLParserIdioms.cpp |
| index 6f136305f07ee01108d46d0b8da093bcfc11b83c..0763eac8448d220a9b6161ec7c15251a0799eaf0 100644 |
| --- a/Source/core/html/parser/HTMLParserIdioms.cpp |
| +++ b/Source/core/html/parser/HTMLParserIdioms.cpp |
| @@ -296,4 +296,5 @@ bool threadSafeMatch(const HTMLIdentifier& localName, const QualifiedName& qName |
| return threadSafeEqual(localName.asStringImpl(), qName.localName().impl()); |
| } |
| + |
|
abarth-chromium
2013/09/13 22:24:06
There's no need for this blank line.
|
| } |