Skip to content

Commit

Permalink
Fix the MODEL_PROCESS build after 278224@main
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=273579
rdar://127387527

Unreviewed, build fix.

Added some more exceptions.

* Source/WebKit/ModelProcess/ModelProcessModelPlayerManagerProxy.h:

Canonical link: https://commits.webkit.org/278233@main
  • Loading branch information
geoffreygaren committed May 1, 2024
1 parent b632e2a commit 03f4b61
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
#include <WebCore/ModelPlayerIdentifier.h>
#include <wtf/WeakPtr.h>

namespace WebKit {
class ModelProcessModelPlayerManagerProxy;
}

namespace WTF {
template<typename T> struct IsDeprecatedWeakRefSmartPointerException;
template<> struct IsDeprecatedWeakRefSmartPointerException<WebKit::ModelProcessModelPlayerManagerProxy> : std::true_type { };
}

namespace WebKit {

class ModelProcessModelPlayerProxy;
Expand Down

0 comments on commit 03f4b61

Please sign in to comment.