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

Unified Diff: LayoutTests/inspector/sources/debugger/frameworks-skip-step-in.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/sources/debugger/frameworks-skip-step-in.html
diff --git a/LayoutTests/inspector/sources/debugger/frameworks-skip-step-in.html b/LayoutTests/inspector/sources/debugger/frameworks-skip-step-in.html
index 29c405c71c142a387e18148c6bf29862901975f6..4247d1f490f94ebb9f65cb7de5fd9862eab21f89 100644
--- a/LayoutTests/inspector/sources/debugger/frameworks-skip-step-in.html
+++ b/LayoutTests/inspector/sources/debugger/frameworks-skip-step-in.html
@@ -51,7 +51,6 @@ function test()
var frameworkRegexString = "/framework\\.js$";
var totalDebuggerStatements = 5;
- WebInspector.experimentsSettings.frameworksDebuggingSupport.enableForTest();
WebInspector.settings.skipStackFramesPattern.set(frameworkRegexString);
InspectorTest.setQuiet(true);

Powered by Google App Engine
This is Rietveld 408576698