| Index: Source/core/layout/LayoutPart.h
|
| diff --git a/Source/core/layout/LayoutPart.h b/Source/core/layout/LayoutPart.h
|
| index a08750eb7ff7221ae9fc88ebe4898dfeacc937ea..c8dab58ae9780f16b1da8d6743305b745eb2ad1a 100644
|
| --- a/Source/core/layout/LayoutPart.h
|
| +++ b/Source/core/layout/LayoutPart.h
|
| @@ -29,7 +29,7 @@
|
|
|
| namespace blink {
|
|
|
| -// Renderer for frames via LayoutFrame and LayoutIFrame, and plug-ins via LayoutEmbeddedObject.
|
| +// Renderer for frames via LayoutFrame and LayoutIFrame, and plugins via LayoutEmbeddedObject.
|
| class CORE_EXPORT LayoutPart : public LayoutReplaced {
|
| public:
|
| explicit LayoutPart(Element*);
|
|
|