1
0
Fork 0

Exterminate monkeypatches.js mentions

This commit is contained in:
Alan Plum 2016-05-03 11:18:31 +02:00
parent 4ea93e84dc
commit 6888d57f72
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
2 changed files with 0 additions and 5 deletions

View File

@ -905,10 +905,6 @@ void V8ShellFeature::loadModules(ShellFeature::RunMode runMode) {
files.push_back(
"common/bootstrap/modules.js"); // must come last before patches
if (runMode != ShellFeature::RunMode::JSLINT) {
files.push_back("common/bootstrap/monkeypatches.js");
}
files.push_back("client/client.js"); // needs internal
for (size_t i = 0; i < files.size(); ++i) {

View File

@ -28,7 +28,6 @@ JAVASCRIPT_BROWSER="\
bootstrap/modules/internal.js \
bootstrap/modules/console.js \
bootstrap/errors.js \
bootstrap/monkeypatches.js \
\
client/client.js \
client/bootstrap/modules/internal.js \