Index: src/base/platform/condition-variable.h |
diff --git a/src/base/platform/condition-variable.h b/src/base/platform/condition-variable.h |
index 48e7c369ca1a0fc20a9faa212bf7aa683756bfb3..72d6f28507b43771152321ba3115f0061b87f47f 100644 |
--- a/src/base/platform/condition-variable.h |
+++ b/src/base/platform/condition-variable.h |
@@ -5,7 +5,6 @@ |
#ifndef V8_BASE_PLATFORM_CONDITION_VARIABLE_H_ |
#define V8_BASE_PLATFORM_CONDITION_VARIABLE_H_ |
-#include "src/base/base-export.h" |
#include "src/base/lazy-instance.h" |
#include "src/base/platform/mutex.h" |
@@ -29,7 +28,7 @@ |
// the mutex and suspend the execution of the calling thread. When the condition |
// variable is notified, the thread is awakened, and the mutex is reacquired. |
-class V8_BASE_EXPORT ConditionVariable final { |
+class ConditionVariable final { |
public: |
ConditionVariable(); |
~ConditionVariable(); |