Index: Source/core/dom/ContainerNodeAlgorithms.h |
diff --git a/Source/core/dom/ContainerNodeAlgorithms.h b/Source/core/dom/ContainerNodeAlgorithms.h |
index 8bb0c55faef1c5e708ca70fad5b08ec81978ddd5..17cfa4eaefc54d972bfc6761eba1473f8c73f9e8 100644 |
--- a/Source/core/dom/ContainerNodeAlgorithms.h |
+++ b/Source/core/dom/ContainerNodeAlgorithms.h |
@@ -289,7 +289,7 @@ inline void ChildFrameDisconnector::disconnectCollectedFrameOwners() |
{ |
// Must disable frame loading in the subtree so an unload handler cannot |
// insert more frames and create loaded frames in detached subtrees. |
- SubframeLoadingDisabler disabler(m_root.raw()); |
+ SubframeLoadingDisabler disabler(m_root); |
for (unsigned i = 0; i < m_frameOwners->size(); ++i) { |
Handle<HTMLFrameOwnerElement> owner = m_frameOwners->at(i); |