CrashTracer: com.apple.WebKit.WebContent at WebCore: WebCore::Document::updateStyleIfNeeded
<rdar://problem/36853088>
Created attachment 332670 [details] Patch
Comment on attachment 332670 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=332670&action=review > Source/WebCore/svg/graphics/SVGImage.h:63 > + void enqueueStartAnimation(); This isn't really an enqueue (there is no queue); I'd call it scheduleStartAnimation() > LayoutTests/svg/animated-svgImage-scroll.html:37 > + expander.style.height = "1px"; > + if (window.testRunner) { > + setTimeout(function () { > + testRunner.notifyDone(); > + }, 50); > + } > + }, 20); These timeouts could probably be both 0, no?
Committed r227841: <https://trac.webkit.org/changeset/227841>