| Index: third_party/WebKit/Source/devtools/front_end/sdk/CSSMatchedStyles.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/CSSMatchedStyles.js b/third_party/WebKit/Source/devtools/front_end/sdk/CSSMatchedStyles.js
|
| index ac800839eef2c051e90c32de9c45fcde3eea8a9f..4d73253eb1738d38f2174fe9bd3f5f08490ae3dc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/CSSMatchedStyles.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/CSSMatchedStyles.js
|
| @@ -122,7 +122,7 @@ WebInspector.CSSMatchedStyles = function(cssModel, node, inlinePayload, attribut
|
| this._setSelectorMatches(node, selector.text, true);
|
| }
|
| }
|
| -}
|
| +};
|
|
|
| WebInspector.CSSMatchedStyles.prototype = {
|
| /**
|
| @@ -435,10 +435,10 @@ WebInspector.CSSMatchedStyles.prototype = {
|
| }
|
| }
|
| }
|
| -}
|
| +};
|
|
|
| /** @enum {string} */
|
| WebInspector.CSSMatchedStyles.PropertyState = {
|
| Active: "Active",
|
| Overloaded: "Overloaded"
|
| -}
|
| +};
|
|
|