Changeset 235407 in webkit
- Timestamp:
- Aug 27, 2018, 4:29:42 PM (8 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/WebPageProxy.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r235403 r235407 1 2018-08-27 Alex Christensen <achristensen@webkit.org> 2 3 Fix plug-ins after r235398 4 https://bugs.webkit.org/show_bug.cgi?id=188997 5 6 * UIProcess/WebPageProxy.cpp: 7 (WebKit::WebPageProxy::findPlugin): 8 1 9 2018-08-27 Aditya Keerthi <akeerthi@apple.com> 2 10 -
trunk/Source/WebKit/UIProcess/WebPageProxy.cpp
r235403 r235407 2194 2194 2195 2195 #if PLATFORM(COCOA) 2196 if (m_navigationClient) 2196 if (m_navigationClient) { 2197 2197 m_navigationClient->decidePolicyForPluginLoad(*this, static_cast<PluginModuleLoadPolicy>(pluginLoadPolicy), pluginInformation.get(), WTFMove(findPluginCompletion)); 2198 return; 2199 } 2198 2200 #endif 2199 2201 findPluginCompletion(pluginLoadPolicy, { });
Note:
See TracChangeset
for help on using the changeset viewer.