Reviewers: Yang,
Description:
Silence warning from presubmit lint script
[email protected]
BUG=
TEST=
Please review this at https://chromiumcodereview.appspot.com/9234025/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/hydrogen-instructions.h
M test/cctest/test-mark-compact.cc
Index: src/hydrogen-instructions.h
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
index
de6800deb0b61ab43ad55bd68ca1e5616ce4b24f..38277e955767d8e9723ed2bd8d9233defdba3dd3
100644
--- a/src/hydrogen-instructions.h
+++ b/src/hydrogen-instructions.h
@@ -764,6 +764,7 @@ class HValue: public ZoneObject {
int flags_;
GVNFlagSet gvn_flags_;
+ private:
DISALLOW_COPY_AND_ASSIGN(HValue);
};
Index: test/cctest/test-mark-compact.cc
diff --git a/test/cctest/test-mark-compact.cc
b/test/cctest/test-mark-compact.cc
index
614b1fd4725ee0a5bd26e1fbf7c073a26f3d45c4..a40183039bc805aa9fb62294dd670bb796635a75
100644
--- a/test/cctest/test-mark-compact.cc
+++ b/test/cctest/test-mark-compact.cc
@@ -1,4 +1,4 @@
-// Copyright 2006-2008 the V8 project authors. All rights reserved.
+// Copyright 2012 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev