| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| index c8838c82b1419955a554b5685eb780d6f2864718..035318e2b9abc871bdad5ae016288fc6488755d0 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -51,9 +51,9 @@ class CORE_EXPORT HTMLFrameOwnerElement : public HTMLElement,
|
|
|
| void disconnectContentFrame();
|
|
|
| - // Most subclasses use LayoutPart (either LayoutEmbeddedObject or LayoutIFrame)
|
| - // except for HTMLObjectElement and HTMLEmbedElement which may return any
|
| - // LayoutObject when using fallback content.
|
| + // Most subclasses use LayoutPart (either LayoutEmbeddedObject or
|
| + // LayoutIFrame) except for HTMLObjectElement and HTMLEmbedElement which may
|
| + // return any LayoutObject when using fallback content.
|
| LayoutPart* layoutPart() const;
|
|
|
| Document* getSVGDocument(ExceptionState&) const;
|
|
|