| Index: Source/core/frame/LocalFrame.cpp
|
| diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp
|
| index a9872bb5c1786fcbbfbcdab0460627ee8cd557ca..59ab2bbc980ec29723b9149f91e05fea48e8846f 100644
|
| --- a/Source/core/frame/LocalFrame.cpp
|
| +++ b/Source/core/frame/LocalFrame.cpp
|
| @@ -307,12 +307,10 @@ void LocalFrame::addDestructionObserver(FrameDestructionObserver* observer)
|
| m_destructionObservers.add(observer);
|
| }
|
|
|
| -#if !ENABLE(OILPAN)
|
| void LocalFrame::removeDestructionObserver(FrameDestructionObserver* observer)
|
| {
|
| m_destructionObservers.remove(observer);
|
| }
|
| -#endif
|
|
|
| void LocalFrame::willDetachFrameHost()
|
| {
|
|
|