| 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;
|
|
|