Bug 1147951, part 2 - Remove unused JAVASCRIPT definition from nsJSEnvironment.cpp. r=baku

This commit is contained in:
Andrew McCreight
2015-03-30 10:45:39 -07:00
parent 877a953029
commit 753b9ecd10

View File

@@ -146,8 +146,6 @@ static const uint32_t kMaxICCDuration = 2000; // ms
// Trigger a CC if the purple buffer exceeds this size when we check it.
#define NS_CC_PURPLE_LIMIT 200
#define JAVASCRIPT nsIProgrammingLanguage::JAVASCRIPT
// Large value used to specify that a script should run essentially forever
#define NS_UNLIMITED_SCRIPT_RUNTIME (0x40000000LL << 32)