| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index ba6bb42bfa2862ad21932d47d1e82ea7b3b60f00..5e1c4a9789dddd01935d7865c8b3611e39e13392 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -516,9 +516,6 @@ Handle<SharedFunctionInfo> Compiler::Compile(Handle<String> source,
|
| info.MarkAsGlobal();
|
| info.SetExtension(extension);
|
| info.SetPreParseData(pre_data);
|
| - if (natives == NATIVES_CODE) {
|
| - info.MarkAsAllowingNativesSyntax();
|
| - }
|
| result = MakeFunctionInfo(&info);
|
| if (extension == NULL && !result.is_null()) {
|
| compilation_cache->PutScript(source, result);
|
|
|