Index: Source/core/frame/LocalFrame.cpp |
diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp |
index 8a9df75e3c5992fa9b6219a7e10a5c66c036a77e..6aca44404556fa05359978208d7f6f5daea63eec 100644 |
--- a/Source/core/frame/LocalFrame.cpp |
+++ b/Source/core/frame/LocalFrame.cpp |
@@ -308,10 +308,12 @@ 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() |
{ |