Index: Source/core/html/HTMLFrameOwnerElement.h |
diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h |
index 090a605fac0fbca83d948fddd105f393146166e8..349e194eae322dd95b6f681cc0ca38f66f36a2ea 100644 |
--- a/Source/core/html/HTMLFrameOwnerElement.h |
+++ b/Source/core/html/HTMLFrameOwnerElement.h |
@@ -52,7 +52,7 @@ public: |
// Most subclasses use RenderPart (either RenderEmbeddedObject or RenderIFrame) |
// except for HTMLObjectElement and HTMLEmbedElement which may return any |
- // RenderObject when using fallback content. |
+ // LayoutObject when using fallback content. |
RenderPart* renderPart() const; |
Document* getSVGDocument(ExceptionState&) const; |