Chromium Code Reviews| Index: src/apiutils.h |
| diff --git a/src/apiutils.h b/src/apiutils.h |
| index 8c791ebdd5735c3675af5ba85a326cf63099a411..4f51aa945ce4ae590ab0f50d2c2d0590813d90f0 100644 |
| --- a/src/apiutils.h |
| +++ b/src/apiutils.h |
| @@ -57,8 +57,6 @@ class ImplementationUtilities { |
| // to access the HandleScope data. |
| typedef v8::HandleScope::Data HandleScopeData; |
| - static HandleScopeData* CurrentHandleScope(); |
| - |
| #ifdef DEBUG |
| static void ZapHandleRange(internal::Object** begin, internal::Object** end); |
| #endif |