Bug 189051 - [IntersectionObserver] Fix build after r235424
Summary: [IntersectionObserver] Fix build after r235424
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ali Juma
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-08-28 10:49 PDT by Ali Juma
Modified: 2018-08-28 10:54 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.23 KB, patch)
2018-08-28 10:50 PDT, Ali Juma
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ali Juma 2018-08-28 10:49:14 PDT
Fix unused variable warning in FrameView.cpp:
./page/FrameView.cpp:2006:15: error: unused variable 'document' [-Werror,-Wunused-variable]
Comment 1 Ali Juma 2018-08-28 10:50:45 PDT
Created attachment 348310 [details]
Patch
Comment 2 Ali Juma 2018-08-28 10:53:23 PDT
Comment on attachment 348310 [details]
Patch

Clearing flags on attachment: 348310

Committed r235428: <https://trac.webkit.org/changeset/235428>
Comment 3 Ali Juma 2018-08-28 10:53:25 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-08-28 10:54:21 PDT
<rdar://problem/43804471>