Index: Source/web/WebLocalFrameImpl.cpp |
diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp |
index a6834e15275cfe97d04dd2a0564acbbc1cd7d68c..471dcffbca6cf9c9f66119df19ab7726d03f2827 100644 |
--- a/Source/web/WebLocalFrameImpl.cpp |
+++ b/Source/web/WebLocalFrameImpl.cpp |
@@ -217,6 +217,7 @@ |
#include "web/InspectorOverlayImpl.h" |
#include "web/LocalFileSystemClient.h" |
#include "web/MIDIClientProxy.h" |
+#include "web/NavigatorContentUtilsClientImpl.h" |
#include "web/NotificationPermissionClientImpl.h" |
#include "web/PageOverlay.h" |
#include "web/RemoteBridgeFrameOwner.h" |
@@ -1712,6 +1713,7 @@ void WebLocalFrameImpl::setCoreFrame(PassRefPtrWillBeRawPtr<LocalFrame> frame) |
m_geolocationClientProxy->setController(GeolocationController::from(m_frame.get())); |
provideMIDITo(*m_frame, MIDIClientProxy::create(m_client ? m_client->webMIDIClient() : nullptr)); |
provideLocalFileSystemTo(*m_frame, LocalFileSystemClient::create()); |
+ provideNavigatorContentUtilsTo(*m_frame, NavigatorContentUtilsClientImpl::create(this)); |
if (RuntimeEnabledFeatures::screenOrientationEnabled()) |
ScreenOrientationController::provideTo(*m_frame, m_client ? m_client->webScreenOrientationClient() : nullptr); |