| Index: Source/core/layout/LayoutPart.h
|
| diff --git a/Source/core/layout/LayoutPart.h b/Source/core/layout/LayoutPart.h
|
| index 11819b4a779f16d58dd841f85dbcc418c5bf119f..2e3772a60bf9e145e84b22474ed8d0d75a55a1ff 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 RenderIFrame, and plug-ins via RenderEmbeddedObject.
|
| +// Renderer for frames via RenderFrame and LayoutIFrame, and plug-ins via LayoutEmbeddedObject.
|
| class LayoutPart : public LayoutReplaced {
|
| public:
|
| explicit LayoutPart(Element*);
|
|
|