Commit 91d5fce5 authored by vsevik@chromium.org's avatar vsevik@chromium.org

DevTools: Add an ASSERT to explore possible reasons of test failures.

BUG=408910

Review URL: https://codereview.chromium.org/544553002

git-svn-id: svn://svn.chromium.org/blink/trunk@181670 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 32463903
......@@ -59,6 +59,7 @@ public:
, m_id(s_nextId++)
, m_connected(false)
{
ASSERT(!proxy->pageInspector());
}
virtual ~WorkerFrontendChannel()
{
......
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