Index: third_party/WebKit/Source/devtools/front_end/sdk/CSSProperty.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/CSSProperty.js b/third_party/WebKit/Source/devtools/front_end/sdk/CSSProperty.js |
index 45b37c0e81c0c919b36e2c039ebe79cf8a909aa4..d1f96542ca21604ca939b74e711a3eb2e1f5a4ce 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sdk/CSSProperty.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/CSSProperty.js |
@@ -13,7 +13,7 @@ |
* @param {boolean} parsedOk |
* @param {boolean} implicit |
* @param {?string=} text |
- * @param {!CSSAgent.SourceRange=} range |
+ * @param {!RuntimeAgent.SourceRange=} range |
*/ |
WebInspector.CSSProperty = function(ownerStyle, index, name, value, important, disabled, parsedOk, implicit, text, range) |
{ |