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

Unified Diff: third_party/WebKit/Source/wtf/ContainerAnnotations.h

Issue 1463683002: Switch wtf/SpinLock to std::atomic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asan iwyu Created 5 years 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/wtf/ContainerAnnotations.h
diff --git a/third_party/WebKit/Source/wtf/ContainerAnnotations.h b/third_party/WebKit/Source/wtf/ContainerAnnotations.h
index 9c5fb9e66a0c647ff8f6832cd05a6b708b64ad50..1055154380fe975874bb37d66e6a86ae7d718a2e 100644
--- a/third_party/WebKit/Source/wtf/ContainerAnnotations.h
+++ b/third_party/WebKit/Source/wtf/ContainerAnnotations.h
@@ -5,6 +5,7 @@
#ifndef WTF_ContainerAnnotations_h
#define WTF_ContainerAnnotations_h
+#include "wtf/AddressSanitizer.h"
#include "wtf/CPU.h"
// TODO(ochang): Remove the CPU(X86_64) condition to enable this for X86 once

Powered by Google App Engine
This is Rietveld 408576698