Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 6a08d956946de185fa52d19e32855940c6aa21df..84f7f932b46a824235ab2ded8882f7f23dfe4ff5 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -311,7 +311,7 @@ class StubCache { |
// Collect all maps that match the name and flags. |
void CollectMatchingMaps(SmallMapList* types, |
- Name* name, |
+ Handle<Name> name, |
Code::Flags flags, |
Handle<Context> native_context, |
Zone* zone); |