| Index: Source/devtools/front_end/components/Panel.js
|
| diff --git a/Source/devtools/front_end/components/Panel.js b/Source/devtools/front_end/components/Panel.js
|
| index a076c88d2cdae2547decb3af694cad6e301d3ee7..04b02a19c61c00477e2a98da01a0b5ee4285ae23 100644
|
| --- a/Source/devtools/front_end/components/Panel.js
|
| +++ b/Source/devtools/front_end/components/Panel.js
|
| @@ -71,21 +71,6 @@ WebInspector.Panel.prototype = {
|
| },
|
|
|
| /**
|
| - * @param {string} text
|
| - */
|
| - replaceSelectionWith: function(text)
|
| - {
|
| - },
|
| -
|
| - /**
|
| - * @param {string} query
|
| - * @param {string} text
|
| - */
|
| - replaceAllWith: function(query, text)
|
| - {
|
| - },
|
| -
|
| - /**
|
| * @return {!Array.<!Element>}
|
| */
|
| elementsToRestoreScrollPositionsFor: function()
|
|
|