Bug 226176 - Drop CheckedLock / CheckedCondition aliases
Summary: Drop CheckedLock / CheckedCondition aliases
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on: 226157
Blocks:
  Show dependency treegraph
 
Reported: 2021-05-24 08:16 PDT by Chris Dumez
Modified: 2021-05-24 11:30 PDT (History)
60 users (show)

See Also:


Attachments
Patch (284.33 KB, patch)
2021-05-24 08:19 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (186.08 KB, patch)
2021-05-24 08:28 PDT, Chris Dumez
katherine_cheney: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-05-24 08:16:00 PDT
Drop CheckedLock / CheckedCondition aliases now that they are the default.
Comment 1 Chris Dumez 2021-05-24 08:19:27 PDT
Created attachment 429532 [details]
Patch
Comment 2 Chris Dumez 2021-05-24 08:28:53 PDT
Created attachment 429533 [details]
Patch
Comment 3 Kate Cheney 2021-05-24 11:21:11 PDT
Comment on attachment 429533 [details]
Patch

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

> Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferProxy.h:40
> +#include <wtf/Lock.h>

Extra #include <wtf/Lock.h> I think.
Comment 4 Chris Dumez 2021-05-24 11:29:13 PDT
Committed r277958 (238085@main): <https://commits.webkit.org/238085@main>
Comment 5 Chris Dumez 2021-05-24 11:29:50 PDT
(In reply to katherine_cheney from comment #3)
> Comment on attachment 429533 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=429533&action=review
> 
> > Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferProxy.h:40
> > +#include <wtf/Lock.h>
> 
> Extra #include <wtf/Lock.h> I think.

Thanks for reviewing! You were right and I fixed it before landing.
Comment 6 Radar WebKit Bug Importer 2021-05-24 11:30:26 PDT
<rdar://problem/78410657>