| Index: third_party/WebKit/Source/core/frame/Frame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h
|
| index a855dc5b27617ce7eb9f0a30bc44f276444d7e1a..6e053b42031b7ddf3a29a5adbb6e59c85dd75c63 100644
|
| --- a/third_party/WebKit/Source/core/frame/Frame.h
|
| +++ b/third_party/WebKit/Source/core/frame/Frame.h
|
| @@ -169,7 +169,7 @@ inline FrameTree& Frame::tree() const
|
| }
|
|
|
| // Allow equality comparisons of Frames by reference or pointer, interchangeably.
|
| -DEFINE_COMPARISON_OPERATORS_WITH_REFERENCES_REFCOUNTED(Frame)
|
| +DEFINE_COMPARISON_OPERATORS_WITH_REFERENCES(Frame)
|
|
|
| } // namespace blink
|
|
|
|
|