This happens on any link on a page. Accidentally removed a ! when adding a FIXME comment. <rdar://problem/16266054>
Created attachment 226186 [details] Patch
Comment on attachment 226186 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=226186&action=review > Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:1474 > + Blank line here. > Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:1481 > + info.title = element->getAttribute(HTMLNames::titleAttr).string(); This could be a fastGetAttribute(), HTMLNames::titleAttr cannot be animated.
Committed revision 165305.