| Index: Source/core/layout/LayoutPart.h
|
| diff --git a/Source/core/layout/LayoutPart.h b/Source/core/layout/LayoutPart.h
|
| index 2e3772a60bf9e145e84b22474ed8d0d75a55a1ff..234812c3d1d8f1889d3f0b0fc3f646dbcc94f140 100644
|
| --- a/Source/core/layout/LayoutPart.h
|
| +++ b/Source/core/layout/LayoutPart.h
|
| @@ -28,7 +28,7 @@
|
|
|
| namespace blink {
|
|
|
| -// Renderer for frames via RenderFrame and LayoutIFrame, and plug-ins via LayoutEmbeddedObject.
|
| +// Renderer for frames via LayoutFrame and LayoutIFrame, and plug-ins via LayoutEmbeddedObject.
|
| class LayoutPart : public LayoutReplaced {
|
| public:
|
| explicit LayoutPart(Element*);
|
|
|