Index: Source/devtools/front_end/sources/JavaScriptSourceFrame.js |
diff --git a/Source/devtools/front_end/sources/JavaScriptSourceFrame.js b/Source/devtools/front_end/sources/JavaScriptSourceFrame.js |
index 60f37f47e3977f5e92a9ac83157192ee64c606d4..5c63c7d42e1405cd7f7e85961f14a968ea872fc2 100644 |
--- a/Source/devtools/front_end/sources/JavaScriptSourceFrame.js |
+++ b/Source/devtools/front_end/sources/JavaScriptSourceFrame.js |
@@ -123,8 +123,6 @@ WebInspector.JavaScriptSourceFrame.prototype = { |
_showBlackboxInfobarIfNeeded: function() |
{ |
- if (!WebInspector.experimentsSettings.frameworksDebuggingSupport.isEnabled()) |
- return; |
if (this._uiSourceCode.contentType() !== WebInspector.resourceTypes.Script) |
return; |
var url = this._uiSourceCode.url; |