summaryrefslogtreecommitdiff
path: root/deps/v8/src/counters.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-03-23 15:19:12 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-03-23 15:19:32 -0700
commitb35d72df760bb7d65382b156de4863738e28c662 (patch)
tree2d8dbaf477a0a1ebcf92d70b1db30c3085f2c9c2 /deps/v8/src/counters.h
parent6e603ccbe2dec3394ea0af86e226bfc9eea7bcd5 (diff)
downloadnode-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.h2
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);
}