Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / browser / android / content_settings.cc
index 7c6407f..a83169c 100644 (file)
@@ -42,7 +42,7 @@ bool ContentSettings::GetJavaScriptEnabled(JNIEnv* env, jobject obj) {
   return render_view_host->GetDelegate()->GetWebkitPrefs().javascript_enabled;
 }
 
-void ContentSettings::WebContentsDestroyed(WebContents* web_contents) {
+void ContentSettings::WebContentsDestroyed() {
   delete this;
 }