Changeset 286830 in webkit
- Timestamp:
- Dec 9, 2021, 8:48:45 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
NetworkProcess/NetworkSession.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r286825 r286830 1 2021-12-09 Jigen Zhou <jigen.zhou@sony.com> 2 3 [Playstation] Fix build break after r286751 with INTELLIGENT_TRACKING_PREVENTION enabled 4 https://bugs.webkit.org/show_bug.cgi?id=234095 5 6 Reviewed by Darin Adler. 7 8 Added a forward declaration of class ResourceError to NetworkSession.h to resolve 9 a compiling error. No new test is need since no behavior change is expected. 10 11 * NetworkProcess/NetworkSession.h: 12 1 13 2021-12-09 Devin Rousso <drousso@apple.com> 2 14 -
trunk/Source/WebKit/NetworkProcess/NetworkSession.h
r286751 r286830 55 55 class NetworkStorageSession; 56 56 class ResourceRequest; 57 class ResourceError; 57 58 enum class IncludeHttpOnlyCookies : bool; 58 59 enum class ShouldSample : bool;
Note:
See TracChangeset
for help on using the changeset viewer.