| 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 918edaddbc64ea49ff1947d1f4bbe3217da5d9d3..8c6fee54045891b5b072668e9aeeff7ac1c8a32e 100644
|
| --- a/third_party/WebKit/Source/core/dom/QualifiedName.h
|
| +++ b/third_party/WebKit/Source/core/dom/QualifiedName.h
|
| @@ -202,7 +202,7 @@ inline unsigned hashComponents(const QualifiedNameComponents& buf) {
|
| return StringHasher::hashMemory<sizeof(QualifiedNameComponents)>(&buf);
|
| }
|
|
|
| -struct QualifiedNameHash {
|
| +struct CORE_EXPORT QualifiedNameHash {
|
| STATIC_ONLY(QualifiedNameHash);
|
| static unsigned hash(const QualifiedName& name) { return hash(name.impl()); }
|
|
|
|
|