Index: src/compiler/js-graph.h |
diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h |
index e3cecb537e6aae307ab4ecc737c98dfb81e258b1..4f74d6f20c77a11f55a66b59ede2f0a1238da8c5 100644 |
--- a/src/compiler/js-graph.h |
+++ b/src/compiler/js-graph.h |
@@ -128,6 +128,8 @@ class JSGraph : public ZoneObject { |
Node* NumberConstant(double value); |
Factory* factory() { return isolate()->factory(); } |
+ |
+ DISALLOW_COPY_AND_ASSIGN(JSGraph); |
}; |
} // namespace compiler |