https://bugs.webkit.org/show_bug.cgi?id=135731
<rdar://problem/
17837491>
Reviewed by Dean Jackson.
* UIProcess/WebContext.cpp:
(WebKit::WebContext::createNewWebProcess):
Initialize hasRichContentServices with the cached value.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@172322
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-08-07 Tim Horton <timothy_horton@apple.com>
+
+ [Services with UI] Action menu does not appear if selection includes both text and an image
+ https://bugs.webkit.org/show_bug.cgi?id=135731
+ <rdar://problem/17837491>
+
+ Reviewed by Dean Jackson.
+
+ * UIProcess/WebContext.cpp:
+ (WebKit::WebContext::createNewWebProcess):
+ Initialize hasRichContentServices with the cached value.
+
2014-08-07 Benjamin Poulain <bpoulain@apple.com>
Get rid of SCRIPTED_SPEECH
#if ENABLE(SERVICE_CONTROLS)
parameters.hasImageServices = ServicesController::shared().hasImageServices();
parameters.hasSelectionServices = ServicesController::shared().hasSelectionServices();
+ parameters.hasRichContentServices = ServicesController::shared().hasRichContentServices();
ServicesController::shared().refreshExistingServices(this);
#endif