Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp |
index 4bec7cab5832b41887467b6fd69d423848aa384d..aff584b0f1278da30317c8a15b97660dbc7deef3 100644 |
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp |
@@ -1035,4 +1035,9 @@ WebDevToolsAgentImpl* FrameLoaderClientImpl::devToolsAgent() |
return WebLocalFrameImpl::fromFrame(m_webFrame->frame()->localFrameRoot())->devToolsAgentImpl(); |
} |
+KURL FrameLoaderClientImpl::overrideFlashEmbedWithHTML(const KURL& url) |
+{ |
+ return m_webFrame->client()->overrideFlashEmbedWithHTML(WebURL(url)); |
+} |
+ |
} // namespace blink |