| Index: src/compilation-cache.h
|
| ===================================================================
|
| --- src/compilation-cache.h (revision 6800)
|
| +++ src/compilation-cache.h (working copy)
|
| @@ -51,7 +51,8 @@
|
| // 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.
|
|
|