Chromium Code Reviews| Index: sky/engine/core/app/Module.cpp |
| diff --git a/sky/engine/core/app/Module.cpp b/sky/engine/core/app/Module.cpp |
| index a1d674bc0b5a5fce463f063b9be03d6ca771865e..cafec0edd177914ecf030768c8e48bbf3549a755 100644 |
| --- a/sky/engine/core/app/Module.cpp |
| +++ b/sky/engine/core/app/Module.cpp |
| @@ -25,4 +25,8 @@ const AtomicString& Module::interfaceName() const { |
| return EventTargetNames::Module; |
| } |
| +Application* Module::GetApplication() { |
| + return application(); |
| +} |
| + |
| } // namespace blink |