Index: Source/devtools/front_end/common/DOMExtension.js |
diff --git a/Source/devtools/front_end/common/DOMExtension.js b/Source/devtools/front_end/common/DOMExtension.js |
index ba3f6d79e815a0dcf770afda50af977a18956640..633ed5c362e53d7a54f3438af1a7a2b37e2856ab 100644 |
--- a/Source/devtools/front_end/common/DOMExtension.js |
+++ b/Source/devtools/front_end/common/DOMExtension.js |
@@ -31,6 +31,9 @@ |
*/ |
/** |
+ * @param {number} offset |
+ * @param {string} stopCharacters |
+ * @param {!Node} stayWithinNode |
* @param {string=} direction |
*/ |
Node.prototype.rangeOfWord = function(offset, stopCharacters, stayWithinNode, direction) |
@@ -353,6 +356,7 @@ Document.prototype.createElementWithClass = function(elementName, className) |
} |
/** |
+ * @param {string} elementName |
* @param {string=} className |
*/ |
Element.prototype.createChild = function(elementName, className) |