Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 914a245483d33136bc2a7e71f7cf6b2cc574bd29..ad2db5596505430d67a5957f0afc4ce3a8a488fb 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -3569,7 +3569,7 @@ class ScopeInfo : public FixedArray { |
| static Handle<ScopeInfo> Create(Scope* scope, Zone* zone); |
| // Serializes empty scope info. |
| - static ScopeInfo* Empty(); |
| + static ScopeInfo* Empty(Isolate* isolate); |
| #ifdef DEBUG |
| void Print(); |