| Index: Source/core/html/HTMLFrameOwnerElement.cpp
|
| diff --git a/Source/core/html/HTMLFrameOwnerElement.cpp b/Source/core/html/HTMLFrameOwnerElement.cpp
|
| index 9da24ce2e260ce1bd67c4f76ba81e1da3940e3e0..8d6f045deb97df4eebc80e7e0c52f04d7144fa2d 100644
|
| --- a/Source/core/html/HTMLFrameOwnerElement.cpp
|
| +++ b/Source/core/html/HTMLFrameOwnerElement.cpp
|
| @@ -149,7 +149,7 @@
|
| // reach up into this document and then attempt to look back down. We should
|
| // see if this behavior is really needed as Gecko does not allow this.
|
| if (RefPtrWillBeRawPtr<Frame> frame = contentFrame()) {
|
| - frame->detach(FrameDetachType::Remove);
|
| + frame->detach();
|
| }
|
| #if ENABLE(OILPAN)
|
| // Oilpan: a plugin container must be explicitly disposed before it
|
|
|