| 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;
|
| }
|
|
|
|
|