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

Unified Diff: Source/core/inspector/InspectorBaseAgent.h

Issue 1672443003: Fix devtools bugs Fix a spurious layout test failure (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 10 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
Index: Source/core/inspector/InspectorBaseAgent.h
diff --git a/Source/core/inspector/InspectorBaseAgent.h b/Source/core/inspector/InspectorBaseAgent.h
index c41d6451c0d7cfc7041daf262aec4de94cf7edba..87ab21ca48bf8cb36ad3d19b0fecd5464c5c887c 100644
--- a/Source/core/inspector/InspectorBaseAgent.h
+++ b/Source/core/inspector/InspectorBaseAgent.h
@@ -131,7 +131,10 @@ protected:
{
}
+// DART: public as hack for dart.
+public:
FrontendClass* frontend() const { return m_frontend; }
+// DART: end of public for dart.
private:
FrontendClass* m_frontend;
« no previous file with comments | « Source/bindings/core/dart/DartInspectorRuntimeAgent.cpp ('k') | Source/core/inspector/InspectorDebuggerAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698