| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index 5904b92dd7a54898f5109c0027c4f289c7573726..b64737345751b042535cb15743f94742b300cf97 100644
|
| --- a/Source/core/frame/LocalFrame.h
|
| +++ b/Source/core/frame/LocalFrame.h
|
| @@ -64,7 +64,8 @@ namespace blink {
|
| class TreeScope;
|
| class VisiblePosition;
|
|
|
| - class LocalFrame : public Frame, public WillBeHeapSupplementable<LocalFrame> {
|
| + class LocalFrame : public Frame, public WillBeHeapSupplementable<LocalFrame> {
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(LocalFrame);
|
| public:
|
| static PassRefPtrWillBeRawPtr<LocalFrame> create(FrameLoaderClient*, FrameHost*, FrameOwner*);
|
|
|
|
|