Force dictionary popup to use overlay type
Created attachment 84006 [details] Patch
Comment on attachment 84006 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=84006&action=review > Source/WebKit2/UIProcess/API/mac/PageClientImpl.mm:430 > + [m_wkView showDefinitionForAttributedString:attributedString.get() > + range:NSMakeRange(0, [attributedString.get() length]) > + options:options > + baselineOriginProvider:^(NSRange adjustedRange) { return (NSPoint)textBaselineOrigin; }]; Aligning arguments this way is not WebKit style. Please fix.
Landed in r79839.