| Index: src/compilation-cache.h
|
| diff --git a/src/compilation-cache.h b/src/compilation-cache.h
|
| index 37e21be99d4ac471a8f865320d7be4c74f810f8b..f779a23aacc6702d4575c73442ceb1d457119408 100644
|
| --- a/src/compilation-cache.h
|
| +++ b/src/compilation-cache.h
|
| @@ -51,7 +51,8 @@ class CompilationCache {
|
| // contain a script for the given source string.
|
| static Handle<SharedFunctionInfo> LookupEval(Handle<String> source,
|
| Handle<Context> context,
|
| - bool is_global);
|
| + bool is_global,
|
| + StrictModeFlag strict_mode);
|
|
|
| // Returns the regexp data associated with the given regexp if it
|
| // is in cache, otherwise an empty handle.
|
|
|