Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / ui / DataGrid.js
index d6e0c2e..d19f184 100644 (file)
@@ -277,7 +277,7 @@ WebInspector.DataGrid.prototype = {
     _startEditingColumnOfDataGridNode: function(node, cellIndex)
     {
         this._editing = true;
-        /** @type {!WebInspector.DataGridNode} */
+        /** @type {?WebInspector.DataGridNode} */
         this._editingNode = node;
         this._editingNode.select();
 
@@ -1465,7 +1465,6 @@ WebInspector.DataGridNode.prototype = {
 
     /**
      * @param {number} myIndex
-     * @protected
      */
     recalculateSiblings: function(myIndex)
     {