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

Unified Diff: third_party/WebKit/Source/core/dom/QualifiedName.h

Issue 2589273002: Add sparse accessibility attribute interface to Blink (Closed)
Patch Set: Address feedback Created 3 years, 11 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: 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()); }

Powered by Google App Engine
This is Rietveld 408576698