| Index: Source/devtools/front_end/ElementsTreeOutline.js
|
| diff --git a/Source/devtools/front_end/ElementsTreeOutline.js b/Source/devtools/front_end/ElementsTreeOutline.js
|
| index ba25eb06273618a825a95e38ecde7db7095d907c..9df7d87c2cfbb7a78fb7b1b0aeac7243ca017b88 100644
|
| --- a/Source/devtools/front_end/ElementsTreeOutline.js
|
| +++ b/Source/devtools/front_end/ElementsTreeOutline.js
|
| @@ -701,6 +701,7 @@ WebInspector.ElementsTreeOutline.prototype = {
|
|
|
| /**
|
| * @param {?string} pseudoType
|
| + * @suppressReceiverCheck
|
| * @this {!Element}
|
| */
|
| function toggleClassAndInjectStyleRule(pseudoType)
|
| @@ -2396,6 +2397,7 @@ WebInspector.ElementsTreeElement.prototype = {
|
| function scrollIntoViewCallback(object)
|
| {
|
| /**
|
| + * @suppressReceiverCheck
|
| * @this {!Element}
|
| */
|
| function scrollIntoView()
|
|
|