Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: LayoutTests/inspector/console/console-log-wrapped-in-framework.html

Issue 444923002: DevTools: Blackboxing out of experiments. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/console/console-log-wrapped-in-framework.html
diff --git a/LayoutTests/inspector/console/console-log-wrapped-in-framework.html b/LayoutTests/inspector/console/console-log-wrapped-in-framework.html
index 663e3d948c99a0d6ce4741fcccd229417c1607a0..9bfc606ce46734667a529ab9f213d5b45c0758dc 100644
--- a/LayoutTests/inspector/console/console-log-wrapped-in-framework.html
+++ b/LayoutTests/inspector/console/console-log-wrapped-in-framework.html
@@ -14,7 +14,6 @@ function runLogs()
function test()
{
var frameworkRegexString = "/framework\\.js$";
- WebInspector.experimentsSettings.frameworksDebuggingSupport.enableForTest();
WebInspector.settings.skipStackFramesPattern.set(frameworkRegexString);
InspectorTest.evaluateInPage("runLogs()");

Powered by Google App Engine
This is Rietveld 408576698