Index: src/elements.h |
diff --git a/src/elements.h b/src/elements.h |
index ef2089882e919ffef7ff196c64bf23a2b1f4d249..1170a57b56d3199a9f4f132911f3c938dc27d226 100644 |
--- a/src/elements.h |
+++ b/src/elements.h |
@@ -48,7 +48,7 @@ class ElementsAccessor { |
// Checks the elements of an object for consistency, asserting when a problem |
// is found. |
- virtual void Validate(JSObject* obj) = 0; |
+ virtual void Validate(Handle<JSObject> obj) = 0; |
// Returns true if a holder contains an element with the specified key |
// without iterating up the prototype chain. The caller can optionally pass |