summaryrefslogtreecommitdiffstats
path: root/Tools/TestWebKitAPI/InjectedBundleController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/TestWebKitAPI/InjectedBundleController.h')
-rw-r--r--Tools/TestWebKitAPI/InjectedBundleController.h2
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();