| Index: Source/core/frame/FrameOwner.h
|
| diff --git a/Source/core/frame/FrameOwner.h b/Source/core/frame/FrameOwner.h
|
| index 64331472a7ab960ca27605a878564c3b14b9d763..0e658477bff83e0bb376649a6481289e0ad1c51b 100644
|
| --- a/Source/core/frame/FrameOwner.h
|
| +++ b/Source/core/frame/FrameOwner.h
|
| @@ -16,7 +16,7 @@ namespace blink {
|
| class FrameOwner : public WillBeGarbageCollectedMixin {
|
| public:
|
| virtual ~FrameOwner() { }
|
| - virtual void trace(Visitor*) { }
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|
| virtual bool isLocal() const = 0;
|
|
|
|
|