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

Unified Diff: trunk/Source/core/inspector/InspectorBaseAgent.cpp

Issue 196743008: Revert 169371 "DevTools: defer styles delta calculation to until..." (Closed) Base URL: svn://svn.chromium.org/blink/
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 | « trunk/Source/core/inspector/InspectorBaseAgent.h ('k') | trunk/Source/core/inspector/InspectorCSSAgent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/core/inspector/InspectorBaseAgent.cpp
===================================================================
--- trunk/Source/core/inspector/InspectorBaseAgent.cpp (revision 169387)
+++ trunk/Source/core/inspector/InspectorBaseAgent.cpp (working copy)
@@ -94,11 +94,5 @@
m_agents[i]->discardAgent();
}
-void InspectorAgentRegistry::flushPendingFrontendMessages()
-{
- for (size_t i = 0; i < m_agents.size(); i++)
- m_agents[i]->flushPendingFrontendMessages();
-}
-
} // namespace WebCore
« no previous file with comments | « trunk/Source/core/inspector/InspectorBaseAgent.h ('k') | trunk/Source/core/inspector/InspectorCSSAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698