| Index: Source/web/RemoteBridgeFrameOwner.h
|
| diff --git a/Source/web/RemoteBridgeFrameOwner.h b/Source/web/RemoteBridgeFrameOwner.h
|
| index a022f820f100afb064a97e947597d6924aae8410..c9de06b33937bca37096b03d07feca54894e7af8 100644
|
| --- a/Source/web/RemoteBridgeFrameOwner.h
|
| +++ b/Source/web/RemoteBridgeFrameOwner.h
|
| @@ -17,6 +17,7 @@ namespace blink {
|
| // 2. Trigger a load event on its owner element once it finishes a load.
|
| class RemoteBridgeFrameOwner final : public NoBaseWillBeGarbageCollectedFinalized<RemoteBridgeFrameOwner>, public FrameOwner {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(RemoteBridgeFrameOwner);
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(RemoteBridgeFrameOwner);
|
| public:
|
| static PassOwnPtrWillBeRawPtr<RemoteBridgeFrameOwner> create(PassRefPtrWillBeRawPtr<WebLocalFrameImpl> frame, SandboxFlags flags)
|
| {
|
|
|