 Chromium Code Reviews
 Chromium Code Reviews Issue 23861003:
  Enable srcset support in HTMLImageElement  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 23861003:
  Enable srcset support in HTMLImageElement  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| 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.
 | 
| } |