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

Unified Diff: src/assert-scope.h

Issue 2360983002: Enable component builds for fuzzers (Closed)
Patch Set: Rebase Created 4 years, 3 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
« no previous file with comments | « BUILD.gn ('k') | src/contexts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assert-scope.h
diff --git a/src/assert-scope.h b/src/assert-scope.h
index 84e6990b04b353e50d2bda3da589148b91cc02dc..fde49f84066d631391682aaf49cf46a00382836a 100644
--- a/src/assert-scope.h
+++ b/src/assert-scope.h
@@ -7,6 +7,7 @@
#include <stdint.h>
#include "src/base/macros.h"
+#include "src/globals.h"
namespace v8 {
namespace internal {
@@ -33,14 +34,13 @@ enum PerIsolateAssertType {
COMPILATION_ASSERT
};
-
template <PerThreadAssertType kType, bool kAllow>
class PerThreadAssertScope {
public:
- PerThreadAssertScope();
- ~PerThreadAssertScope();
+ V8_EXPORT_PRIVATE PerThreadAssertScope();
+ V8_EXPORT_PRIVATE ~PerThreadAssertScope();
- static bool IsAllowed();
+ V8_EXPORT_PRIVATE static bool IsAllowed();
private:
PerThreadAssertData* data_;
« no previous file with comments | « BUILD.gn ('k') | src/contexts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698