⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286830 in webkit


Ignore:
Timestamp:
Dec 9, 2021, 8:48:45 PM (5 years ago)
Author:
commit-queue@webkit.org
Message:

[Playstation] Fix build break after r286751 with INTELLIGENT_TRACKING_PREVENTION enabled
https://bugs.webkit.org/show_bug.cgi?id=234095

Patch by Jigen Zhou <jigen.zhou@sony.com> on 2021-12-09
Reviewed by Darin Adler.

Added a forward declaration of class ResourceError to NetworkSession.h to resolve
a compiling error. No new test is need since no behavior change is expected.

  • NetworkProcess/NetworkSession.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r286825 r286830  
     12021-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
    1132021-12-09  Devin Rousso  <drousso@apple.com>
    214
  • trunk/Source/WebKit/NetworkProcess/NetworkSession.h

    r286751 r286830  
    5555class NetworkStorageSession;
    5656class ResourceRequest;
     57class ResourceError;
    5758enum class IncludeHttpOnlyCookies : bool;
    5859enum class ShouldSample : bool;
Note: See TracChangeset for help on using the changeset viewer.