[Webkit-unassigned] [Bug 160963] Resource Timing: Make PerformanceEntryList a sequence as per spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 14:05:56 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=160963

--- Comment #4 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 286385
  --> https://bugs.webkit.org/attachment.cgi?id=286385
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=286385&action=review

> Source/WebCore/page/Performance.h:67
> +    Vector<RefPtr<PerformanceEntry>> getEntriesByType(const String& entryType);

Why is this not const?

> Source/WebCore/page/Performance.h:68
> +    Vector<RefPtr<PerformanceEntry>> getEntriesByName(const String& name, const String& entryType);

Why is this not const?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160818/af4ff1a2/attachment.html>


More information about the webkit-unassigned mailing list