Index: Source/core/inspector/PageRuntimeAgent.cpp |
diff --git a/Source/core/inspector/PageRuntimeAgent.cpp b/Source/core/inspector/PageRuntimeAgent.cpp |
index 76a260ff7ff78f9d5163817b0201c2d0a86d26f3..be12faa87b3e64bb2790ed38749b3074d26702d7 100644 |
--- a/Source/core/inspector/PageRuntimeAgent.cpp |
+++ b/Source/core/inspector/PageRuntimeAgent.cpp |
@@ -93,8 +93,10 @@ void PageRuntimeAgent::restore() |
void PageRuntimeAgent::enable(ErrorString* errorString) |
{ |
- if (m_enabled) |
- return; |
+ // We should still report as likely we have a freshly loaded client that |
+ // needs the list of execution contexts. |
+ // if (m_enabled) |
+ // return; |
InspectorRuntimeAgent::enable(errorString); |
m_state->setBoolean(PageRuntimeAgentState::runtimeEnabled, true); |