Chromium Code Reviews| Index: include/v8.h |
| =================================================================== |
| --- include/v8.h (revision 4906) |
| +++ include/v8.h (working copy) |
| @@ -135,7 +135,7 @@ |
| class Arguments; |
| class Object; |
| class Heap; |
| -class Top; |
| +class Isolate; |
| } |
| @@ -2885,7 +2885,7 @@ |
| bool capture_message_ : 1; |
| bool rethrow_ : 1; |
| - friend class v8::internal::Top; |
| + friend class v8::internal::Isolate; |
| }; |