Use fastGetAttribute() / setAttributeWithoutSynchronization() when possible, for performance.
P.S: We should really rename fastGetAttribute() to getAttributeWithoutSynchronization() at some point.
Created attachment 283707 [details] Patch
Comment on attachment 283707 [details] Patch Rejecting attachment 283707 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-03', 'apply-attachment', '--no-update', '--non-interactive', 283707, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: ching file Source/WebKit/win/DOMHTMLClasses.cpp patching file Source/WebKit2/WebProcess/Plugins/PDF/DeprecatedPDFPlugin.mm patching file Source/WebKit2/WebProcess/Plugins/PDF/PDFPlugin.mm patching file Source/WebKit2/WebProcess/Plugins/PDF/PDFPluginAnnotation.mm patching file Source/WebKit2/WebProcess/Plugins/PDF/PDFPluginChoiceAnnotation.mm Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Ryosuke Niwa']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output: http://webkit-queues.webkit.org/results/1687515
Created attachment 283790 [details] Patch
Comment on attachment 283790 [details] Patch Clearing flags on attachment: 283790 Committed r203302: <http://trac.webkit.org/changeset/203302>
All reviewed patches have been landed. Closing bug.
(In reply to comment #1) > P.S: We should really rename fastGetAttribute() to > getAttributeWithoutSynchronization() at some point. Or maybe attributeWithoutSynchronization.