| Index: src/js/macros.py
|
| diff --git a/src/js/macros.py b/src/js/macros.py
|
| index c1d0c596f435b46fa2cd7d922de5cd120b303227..57e931e0c28ab1e83893bc0a57ebb1d2020bb3f2 100644
|
| --- a/src/js/macros.py
|
| +++ b/src/js/macros.py
|
| @@ -163,9 +163,6 @@ define COMPILATION_TYPE_HOST = 0;
|
| define COMPILATION_TYPE_EVAL = 1;
|
| define COMPILATION_TYPE_JSON = 2;
|
|
|
| -# Matches Messages::kNoLineNumberInfo from v8.h
|
| -define kNoLineNumberInfo = 0;
|
| -
|
| # Must match PropertyFilter in property-details.h
|
| define PROPERTY_FILTER_NONE = 0;
|
| define PROPERTY_FILTER_ONLY_ENUMERABLE = 2;
|
|
|