summaryrefslogtreecommitdiffstats
path: root/src/core/user_script_controller_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/user_script_controller_host.h')
-rw-r--r--src/core/user_script_controller_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/user_script_controller_host.h b/src/core/user_script_controller_host.h
index 293b5d2dd..49c96b333 100644
--- a/src/core/user_script_controller_host.h
+++ b/src/core/user_script_controller_host.h
@@ -66,7 +66,7 @@ public:
void reserve(WebContentsAdapter *adapter, int count);
const QSet<UserScript> registeredScripts(WebContentsAdapter *adapter) const;
- void renderProcessHostCreated(content::RenderProcessHost *renderer);
+ void renderProcessStartedWithHost(content::RenderProcessHost *renderer);
private:
Q_DISABLE_COPY(UserScriptControllerHost)