Index: src/bootstrapper.h |
diff --git a/src/bootstrapper.h b/src/bootstrapper.h |
index 1087ed0b64b1aa0dc3f1014e5d64cc439c0febed..1247337cd304a313152009c83ccf7e453df55ebe 100644 |
--- a/src/bootstrapper.h |
+++ b/src/bootstrapper.h |
@@ -87,7 +87,8 @@ class Bootstrapper final { |
void Iterate(ObjectVisitor* v); |
// Accessor for the native scripts source code. |
- Handle<String> NativesSourceLookup(int index); |
+ template <class Source> |
+ Handle<String> SourceLookup(int index); |
// Tells whether bootstrapping is active. |
bool IsActive() const { return nesting_ != 0; } |