diff options
Diffstat (limited to 'Tools/TestWebKitAPI/InjectedBundleController.h')
-rw-r--r-- | Tools/TestWebKitAPI/InjectedBundleController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/TestWebKitAPI/InjectedBundleController.h b/Tools/TestWebKitAPI/InjectedBundleController.h index b84be4b..c9923bb 100644 --- a/Tools/TestWebKitAPI/InjectedBundleController.h +++ b/Tools/TestWebKitAPI/InjectedBundleController.h @@ -46,6 +46,8 @@ public: typedef InjectedBundleTest* (*CreateInjectedBundleTestFunction)(const std::string&); void registerCreateInjectedBundleTestFunction(const std::string&, CreateInjectedBundleTestFunction); + WKBundleRef bundle() const { return m_bundle; } + private: InjectedBundleController(); ~InjectedBundleController(); |