| Index: Source/devtools/front_end/RuntimeModel.js
|
| diff --git a/Source/devtools/front_end/RuntimeModel.js b/Source/devtools/front_end/RuntimeModel.js
|
| index 9ac7e399e1d19a44ca7748e24704159ec771a566..6f4271737f1034872499f75147041d74767ce5e9 100644
|
| --- a/Source/devtools/front_end/RuntimeModel.js
|
| +++ b/Source/devtools/front_end/RuntimeModel.js
|
| @@ -254,6 +254,7 @@ WebInspector.RuntimeModel.prototype = {
|
|
|
| /**
|
| * @param {string} primitiveType
|
| + * @suppressReceiverCheck
|
| * @this {WebInspector.RuntimeModel}
|
| */
|
| function getCompletions(primitiveType)
|
|
|