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

Unified Diff: src/compiler/verifier.h

Issue 2416243002: Make unittests work in component build (Closed)
Patch Set: updates Created 4 years, 2 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 | « src/compiler/value-numbering-reducer.h ('k') | src/compiler/zone-stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/verifier.h
diff --git a/src/compiler/verifier.h b/src/compiler/verifier.h
index 60849e02386c80ba4643fa5d4b6dc31734ab2872..db0f4538b860b61f91be8f8a9f078a2ff2a4462a 100644
--- a/src/compiler/verifier.h
+++ b/src/compiler/verifier.h
@@ -6,6 +6,7 @@
#define V8_COMPILER_VERIFIER_H_
#include "src/base/macros.h"
+#include "src/globals.h"
namespace v8 {
namespace internal {
@@ -54,7 +55,7 @@ class Verifier {
};
// Verifies properties of a schedule, such as dominance, phi placement, etc.
-class ScheduleVerifier {
+class V8_EXPORT_PRIVATE ScheduleVerifier {
public:
static void Run(Schedule* schedule);
};
« no previous file with comments | « src/compiler/value-numbering-reducer.h ('k') | src/compiler/zone-stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698