| Index: src/profile-generator.h
|
| diff --git a/src/profile-generator.h b/src/profile-generator.h
|
| index f306659abab331acc23fd36965f38307664140b0..086e5c650749589e3f2b74ec0cc8f6eb242c2b03 100644
|
| --- a/src/profile-generator.h
|
| +++ b/src/profile-generator.h
|
| @@ -45,7 +45,8 @@ class TokenEnumerator {
|
| static const int kInheritsSecurityToken = -2;
|
|
|
| private:
|
| - static void TokenRemovedCallback(v8::Persistent<v8::Value> handle,
|
| + static void TokenRemovedCallback(v8::Isolate* isolate,
|
| + v8::Persistent<v8::Value> handle,
|
| void* parameter);
|
| void TokenRemoved(Object** token_location);
|
|
|
|
|