Index: Source/core/html/HTMLFrameElementBase.cpp |
diff --git a/Source/core/html/HTMLFrameElementBase.cpp b/Source/core/html/HTMLFrameElementBase.cpp |
index 2e7fcdeef118fe86ade614b8fa9a9adaf928bc13..be9512e5087729ee44725c153d3c25677a51eb1b 100644 |
--- a/Source/core/html/HTMLFrameElementBase.cpp |
+++ b/Source/core/html/HTMLFrameElementBase.cpp |
@@ -153,7 +153,7 @@ void HTMLFrameElementBase::didNotifySubtreeInsertionsToDocument() |
if (!document().frame()) |
return; |
- if (!SubframeLoadingDisabler::canLoadFrame(this)) |
+ if (!SubframeLoadingDisabler::canLoadFrame(*this)) |
return; |
setNameAndOpenURL(); |