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

Unified Diff: src/compiler/zone-stats.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/verifier.h ('k') | src/eh-frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/zone-stats.h
diff --git a/src/compiler/zone-stats.h b/src/compiler/zone-stats.h
index 611c96ee668e83d4b484ea9c5d37a4ca6fbc3a39..d20a570a87dc284f5781a1feb110a9f365128076 100644
--- a/src/compiler/zone-stats.h
+++ b/src/compiler/zone-stats.h
@@ -9,13 +9,14 @@
#include <set>
#include <vector>
+#include "src/globals.h"
#include "src/zone/zone.h"
namespace v8 {
namespace internal {
namespace compiler {
-class ZoneStats final {
+class V8_EXPORT_PRIVATE ZoneStats final {
public:
class Scope final {
public:
@@ -38,7 +39,7 @@ class ZoneStats final {
DISALLOW_COPY_AND_ASSIGN(Scope);
};
- class StatsScope final {
+ class V8_EXPORT_PRIVATE StatsScope final {
public:
explicit StatsScope(ZoneStats* zone_stats);
~StatsScope();
« no previous file with comments | « src/compiler/verifier.h ('k') | src/eh-frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698