| Index: third_party/WebKit/Source/core/dom/QualifiedName.h
|
| diff --git a/third_party/WebKit/Source/core/dom/QualifiedName.h b/third_party/WebKit/Source/core/dom/QualifiedName.h
|
| index 9fe14ab9f4beaa12ad7efc69d4e669cb24078608..c6f506390e510fbeb996df22b5f8a6db7cc49076 100644
|
| --- a/third_party/WebKit/Source/core/dom/QualifiedName.h
|
| +++ b/third_party/WebKit/Source/core/dom/QualifiedName.h
|
| @@ -184,6 +184,6 @@ template<> struct HashTraits<blink::QualifiedName> : SimpleClassHashTraits<blink
|
| static const bool emptyValueIsZero = false;
|
| static blink::QualifiedName emptyValue() { return blink::QualifiedName::null(); }
|
| };
|
| -}
|
| +} // namespace WTF
|
|
|
| #endif
|
|
|