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

Unified Diff: Source/core/html/parser/HTMLParserIdioms.cpp

Issue 23861003: Enable srcset support in HTMLImageElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed issues raised in review. Merged Romain Perier's new parser implementation. Created 7 years, 3 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: 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.
}

Powered by Google App Engine
This is Rietveld 408576698