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

Unified Diff: src/compiler/node-properties.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/node-matchers.h ('k') | src/compiler/opcodes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/node-properties.h
diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
index c4d36ed8bb7af1e1b877d02b7e4173ea96807d1f..23253239a12b401fc8f5b7e1aceb998d2fb65541 100644
--- a/src/compiler/node-properties.h
+++ b/src/compiler/node-properties.h
@@ -7,6 +7,7 @@
#include "src/compiler/node.h"
#include "src/compiler/types.h"
+#include "src/globals.h"
namespace v8 {
namespace internal {
@@ -17,7 +18,7 @@ class Operator;
class CommonOperatorBuilder;
// A facade that simplifies access to the different kinds of inputs to a node.
-class NodeProperties final {
+class V8_EXPORT_PRIVATE NodeProperties final {
public:
// ---------------------------------------------------------------------------
// Input layout.
« no previous file with comments | « src/compiler/node-matchers.h ('k') | src/compiler/opcodes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698