Remove api misuse check so that custom webcontent service identifier can be set at runtime
Created attachment 347109 [details] Patch
Comment on attachment 347109 [details] Patch Clearing flags on attachment: 347109 Committed r234865: <https://trac.webkit.org/changeset/234865>
All reviewed patches have been landed. Closing bug.
<rdar://problem/43308992>
This opens up possibilities for terrible misuse, what is the super important reason for this?
(In reply to Alexey Proskuryakov from comment #5) > This opens up possibilities for terrible misuse, what is the super important > reason for this? It's because we'd like to make this configurable at runtime. We would eventually bring back this API misuse check once we've solidified the feature.