| Index: Source/devtools/front_end/externs.js
|
| diff --git a/Source/devtools/front_end/externs.js b/Source/devtools/front_end/externs.js
|
| index ebecf1c750380507a65b74bc55c26cd06fec7cf2..887ea60d32b84c8f8f64b099297284ced4944b94 100644
|
| --- a/Source/devtools/front_end/externs.js
|
| +++ b/Source/devtools/front_end/externs.js
|
| @@ -545,6 +545,12 @@ window.dispatchStandaloneTestRunnerMessages;
|
| String.prototype.repeat = function(count) {}
|
|
|
| /**
|
| + * @param {string} other
|
| + * @return {boolean}
|
| + */
|
| +String.prototype.includes = function(other) {}
|
| +
|
| +/**
|
| * @param {*} obj
|
| * @return {boolean}
|
| */
|
|
|