Commit 478a6862 authored by Alexey Kozyatinskiy's avatar Alexey Kozyatinskiy Committed by Commit Bot

[DevTools] unflake ..PauseInSharedWorkerInitialization

TBR=dgozman@chromium.org

Bug: chromium:432444
Change-Id: I4e703013cc1c0ddb243bf18e95eda199da618859
Reviewed-on: https://chromium-review.googlesource.com/847673Reviewed-by: default avatarAleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#526594}
parent 5baa1238
......@@ -1839,7 +1839,7 @@ IN_PROC_BROWSER_TEST_F(WorkerDevToolsSanityTest, InspectSharedWorker) {
// Flaky on multiple platforms. See http://crbug.com/432444
IN_PROC_BROWSER_TEST_F(WorkerDevToolsSanityTest,
DISABLED_PauseInSharedWorkerInitialization) {
PauseInSharedWorkerInitialization) {
ASSERT_TRUE(spawned_test_server()->Start());
GURL url = spawned_test_server()->GetURL(kReloadSharedWorkerTestPage);
ui_test_utils::NavigateToURL(browser(), url);
......
......@@ -1198,7 +1198,7 @@
if (SDK.targetManager.targets().length >= n)
callback.call(null);
else
this.addSniffer(SDK.TargetManager.prototype, 'addTarget', checkTargets.bind(this));
this.addSniffer(SDK.TargetManager.prototype, 'createTarget', checkTargets.bind(this));
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment