diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-03-23 15:19:12 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-03-23 15:19:32 -0700 |
commit | b35d72df760bb7d65382b156de4863738e28c662 (patch) | |
tree | 2d8dbaf477a0a1ebcf92d70b1db30c3085f2c9c2 /deps/v8/src/counters.h | |
parent | 6e603ccbe2dec3394ea0af86e226bfc9eea7bcd5 (diff) | |
download | node-new-b35d72df760bb7d65382b156de4863738e28c662.tar.gz |
Upgrade V8 to 2.1.7
Diffstat (limited to 'deps/v8/src/counters.h')
-rw-r--r-- | deps/v8/src/counters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/counters.h b/deps/v8/src/counters.h index 5f4dca927e..aed46cfb36 100644 --- a/deps/v8/src/counters.h +++ b/deps/v8/src/counters.h @@ -65,7 +65,7 @@ class StatsTable : public AllStatic { // may receive a different location to store it's counter. // The return value must not be cached and re-used across // threads, although a single thread is free to cache it. - static int *FindLocation(const char* name) { + static int* FindLocation(const char* name) { if (!lookup_function_) return NULL; return lookup_function_(name); } |