Index: third_party/WebKit/Source/wtf/text/AtomicStringTable.h |
diff --git a/third_party/WebKit/Source/wtf/text/AtomicStringTable.h b/third_party/WebKit/Source/wtf/text/AtomicStringTable.h |
index de0dcb77934dd5d5cba66bced6078707e0a4766b..fa925e016238d2da87fc133a62d7cc4a0afb247d 100644 |
--- a/third_party/WebKit/Source/wtf/text/AtomicStringTable.h |
+++ b/third_party/WebKit/Source/wtf/text/AtomicStringTable.h |
@@ -26,7 +26,7 @@ class WTF_EXPORT AtomicStringTable final { |
// Gets the shared table for the current thread. |
static AtomicStringTable& instance() { |
- return wtfThreadData().getAtomicStringTable(); |
+ return WTFThreadData::current().getAtomicStringTable(); |
} |
// Used by system initialization to preallocate enough storage for all of |