Revision: 5844
Author: [email protected]
Date: Wed Nov 17 09:21:14 2010
Log: Initializers order should match that of the field declarations.

Review URL: http://codereview.chromium.org/5161001
http://code.google.com/p/v8/source/detail?r=5844

Modified:
 /branches/experimental/isolates/src/platform-macos.cc

=======================================
--- /branches/experimental/isolates/src/platform-macos.cc Tue Nov 9 06:55:28 2010 +++ /branches/experimental/isolates/src/platform-macos.cc Wed Nov 17 09:21:14 2010
@@ -644,8 +644,8 @@
 Sampler::Sampler(Isolate* isolate, int interval, bool profiling)
     : isolate_(isolate),
       interval_(interval),
-      profiling_(profiling),
       synchronous_(profiling),
+      profiling_(profiling),
       active_(false) {
   data_ = new PlatformData(this);
 }

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to