| Index: third_party/WebKit/Source/devtools/front_end/platform/utilities.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/platform/utilities.js b/third_party/WebKit/Source/devtools/front_end/platform/utilities.js
|
| index 32998d2240f264f004e4574d8579193dea2d0f08..d5999d2b449a2377eb3574e644ac74ff0392c8c0 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/platform/utilities.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/platform/utilities.js
|
| @@ -1301,9 +1301,9 @@ Map.prototype.valuesArray = function()
|
| }
|
|
|
| /**
|
| - * @return {!Array.<K>}
|
| + * @return {!Array<K>}
|
| * @template K, V
|
| - * @this {Map.<K, V>}
|
| + * @this {Map<K, V>}
|
| */
|
| Map.prototype.keysArray = function()
|
| {
|
|
|