| Index: third_party/WebKit/Source/core/html/HTMLDocument.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLDocument.cpp b/third_party/WebKit/Source/core/html/HTMLDocument.cpp
|
| index d634c1ef0276b0a2aade738701c8665cd74cbf67..1309a826fff9808a40452b8aa2bade4117645e08 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLDocument.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLDocument.cpp
|
| @@ -239,4 +239,4 @@ bool HTMLDocument::isCaseSensitiveAttribute(const QualifiedName& attributeName)
|
| return !isPossibleHTMLAttr || !htmlCaseInsensitiveAttributesSet->contains(attributeName.localName().impl());
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|