Chromium Code Reviews| Index: src/handles.h |
| diff --git a/src/handles.h b/src/handles.h |
| index 3e408b73f234e06353f6a9186d339b68258d8c84..1796a5adeb28ba309da785b1b9f85a125624708d 100644 |
| --- a/src/handles.h |
| +++ b/src/handles.h |
| @@ -163,10 +163,9 @@ class HandleScope { |
| // Zaps the handles in the half-open interval [start, end). |
| static void ZapRange(internal::Object** start, internal::Object** end); |
|
Jakob Kummerow
2013/03/22 13:36:38
How about putting this guy behind an #ifdef ENABLE
Michael Starzinger
2013/03/22 13:39:54
Done.
|
| - friend class v8::internal::DeferredHandles; |
| friend class v8::HandleScope; |
| + friend class v8::internal::DeferredHandles; |
| friend class v8::internal::HandleScopeImplementer; |
| - friend class v8::ImplementationUtilities; |
| friend class v8::internal::Isolate; |
| }; |