[Webkit-unassigned] [Bug 260129] Use 'FrozenArray' for 'thresholds' in IntersectionObserver

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 13 14:18:45 PDT 2023


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

Tim Nguyen (:ntim) <ntim at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ntim at apple.com

--- Comment #3 from Tim Nguyen (:ntim) <ntim at apple.com> ---
(In reply to Ahmad Saleem from comment #2)
> I get following error: 
> 
> /Users/ahmadsaleem/Documents/GitHub-Webkit-origin/Webkit/WebKitBuild/Release/
> DerivedSources/WebCore/JSIntersectionObserver.cpp:297:135: error: 
>       no member named 'thresholds' in 'WebCore::IntersectionObserver'
>   ...*thisObject.globalObject(), throwScope, impl.thresholds())));
> 

I think this change is the source of your issue:

> > Source/WebCore/page/IntersectionObserver.h:
> 
> Delete: const Vector<double>& thresholds() const { return m_thresholds; }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230813/8a8bd5ea/attachment.htm>


More information about the webkit-unassigned mailing list