Skip to content

Commit

Permalink
Unreviewed build fix. rdar://106638395
Browse files Browse the repository at this point in the history
error: use of undeclared identifier 'm_initiatorType'; did you mean 'm_initiator

* Source/WebCore/loader/ResourceTiming.h:
(WebCore::ResourceTiming::overrideInitiatorType): Deleted.
(WebCore::ResourceTiming::isLoadedFromServiceWorker const): Deleted.

Canonical link: https://commits.webkit.org/245886.865@safari-7613.4.1.0-branch
  • Loading branch information
rjepstein committed Mar 13, 2023
1 parent 69ecc2d commit 316b1d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/WebCore/loader/ResourceTiming.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ class ResourceTiming {
ResourceTiming isolatedCopy() const;

void updateExposure(const SecurityOrigin&);
void overrideInitiatorType(const String& type) { m_initiatorType = type; }
bool isLoadedFromServiceWorker() const { return m_isLoadedFromServiceWorker; }

private:
ResourceTiming(const URL&, const String& initiator, const ResourceLoadTiming&, const NetworkLoadMetrics&, const ResourceResponse&, const SecurityOrigin&);
Expand Down

0 comments on commit 316b1d2

Please sign in to comment.