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

Unified Diff: Source/core/inspector/PageRuntimeAgent.cpp

Issue 196573038: Skip flaky eval tests and file dartbug.com/17604 Base URL: svn://svn.chromium.org/blink/branches/dart/1847
Patch Set: Created 6 years, 9 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698