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

Unified Diff: third_party/WebKit/LayoutTests/inspector/runtime.html

Issue 2191473005: DevTools: remove release mode from runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean Created 4 years, 5 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: third_party/WebKit/LayoutTests/inspector/runtime.html
diff --git a/third_party/WebKit/LayoutTests/inspector/runtime.html b/third_party/WebKit/LayoutTests/inspector/runtime.html
index 040246dc76e3bdf85f763768cbb9cf62806e4235..96351e29fef465418966d1f112817148a527fe87 100644
--- a/third_party/WebKit/LayoutTests/inspector/runtime.html
+++ b/third_party/WebKit/LayoutTests/inspector/runtime.html
@@ -9,7 +9,7 @@ function test()
{
var modules = self.runtime._modules;
for (var module of modules) {
- if (module._loaded)
+ if (module._loadedForTest)
return module;
}
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js ('k') | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698