Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index bf242604e10c383a142a36679fac8ae2d6a1ce1e..12dd06e6ef1998bdcc7fe24667cd20439a6b1fe8 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4194,7 +4194,7 @@ class ScopeInfo : public FixedArray { |
// Return true if this local was introduced by the compiler, and should not be |
// exposed to the user in a debugger. |
- bool LocalIsSynthetic(int var); |
+ static bool VariableIsSynthetic(String* name); |
// Lookup support for serialized scope info. Returns the |
// the stack slot index for a given slot name if the slot is |