Index: ios/web/interstitials/html_web_interstitial_impl.mm |
diff --git a/ios/web/interstitials/html_web_interstitial_impl.mm b/ios/web/interstitials/html_web_interstitial_impl.mm |
index fe1969c015aab386c1bd6c6bd45ec8733b413c15..4a2552e039d87914bf1c5dcad4504b668c4d8cd6 100644 |
--- a/ios/web/interstitials/html_web_interstitial_impl.mm |
+++ b/ios/web/interstitials/html_web_interstitial_impl.mm |
@@ -129,12 +129,6 @@ WebInterstitialDelegate* HtmlWebInterstitialImpl::GetDelegate() const { |
return delegate_.get(); |
} |
-void HtmlWebInterstitialImpl::EvaluateJavaScript( |
- NSString* script, |
- JavaScriptCompletion completionHandler) { |
- web::EvaluateJavaScript(web_view_, script, completionHandler); |
-} |
- |
void HtmlWebInterstitialImpl::ExecuteJavaScript( |
NSString* script, |
JavaScriptResultBlock completion_handler) { |