Chromium Code Reviews| Index: sky/engine/core/app/Module.h |
| diff --git a/sky/engine/core/app/Module.h b/sky/engine/core/app/Module.h |
| index 44fb1a5ecf222686482b50ef0500e0c6b73d4d72..0181c23dbcb06bccda897bc797dd2bf2a85f70b1 100644 |
| --- a/sky/engine/core/app/Module.h |
| +++ b/sky/engine/core/app/Module.h |
| @@ -34,6 +34,8 @@ private: |
| const String& url); |
| const AtomicString& interfaceName() const override; |
| + Application* GetApplication() override; |
| + |
| RefPtr<Application> application_; |
| ScriptValue exports_; |
| }; |