| Index: Source/devtools/front_end/settings/SettingsScreen.js
|
| diff --git a/Source/devtools/front_end/settings/SettingsScreen.js b/Source/devtools/front_end/settings/SettingsScreen.js
|
| index 2c76df2ebba885a3f62b4dea3cb22a9293b4aa23..354004e6a7431ea539e09b5e6e546618e1782c23 100644
|
| --- a/Source/devtools/front_end/settings/SettingsScreen.js
|
| +++ b/Source/devtools/front_end/settings/SettingsScreen.js
|
| @@ -28,6 +28,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +importScript("EditFileSystemDialog.js");
|
| +importScript("FrameworkBlackboxDialog.js");
|
| +
|
| /**
|
| * @constructor
|
| * @param {!function()} onHide
|
|
|