Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 6f45e63e4a82dcb78f504dcec8a72772d29f6510..24b1fe1c1e1dc19677cc9053ecb20f1a4c4d536f 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -1071,7 +1071,7 @@ class Isolate { |
int GenerateIdentityHash(uint32_t mask); |
// Given an address occupied by a live code object, return that object. |
- Object* FindCodeObject(Address a); |
+ Code* FindCodeObject(Address a); |
int NextOptimizationId() { |
int id = next_optimization_id_++; |