Index: src/platform-cygwin.cc |
diff --git a/src/platform-cygwin.cc b/src/platform-cygwin.cc |
index f4c20ae2cc4f58641cc64acb0d81d09cc76b2600..c27e3c982f6540ddfe729496c2a27bf5593bae58 100644 |
--- a/src/platform-cygwin.cc |
+++ b/src/platform-cygwin.cc |
@@ -1,4 +1,4 @@ |
-// Copyright 2006-2011 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: |
@@ -722,6 +722,7 @@ class SamplerThread : public Thread { |
static Mutex* mutex_; |
static SamplerThread* instance_; |
+ private: |
DISALLOW_COPY_AND_ASSIGN(SamplerThread); |
}; |