Index: src/scopeinfo.h |
diff --git a/src/scopeinfo.h b/src/scopeinfo.h |
index 9a13b8248e07704f10f587f63027b9eadcf7cff5..755b6a3101376744dc99668fa3b68376e7598362 100644 |
--- a/src/scopeinfo.h |
+++ b/src/scopeinfo.h |
@@ -26,8 +26,8 @@ class ContextSlotCache { |
InitializationFlag* init_flag); |
// Update an element in the cache. |
- void Update(Object* data, |
- String* name, |
+ void Update(Handle<Object> data, |
+ Handle<String> name, |
VariableMode mode, |
InitializationFlag init_flag, |
int slot_index); |
@@ -49,8 +49,8 @@ class ContextSlotCache { |
inline static int Hash(Object* data, String* name); |
#ifdef DEBUG |
- void ValidateEntry(Object* data, |
- String* name, |
+ void ValidateEntry(Handle<Object> data, |
+ Handle<String> name, |
VariableMode mode, |
InitializationFlag init_flag, |
int slot_index); |