| Index: Source/core/layout/LayoutEmbeddedObject.h
|
| diff --git a/Source/core/layout/LayoutEmbeddedObject.h b/Source/core/layout/LayoutEmbeddedObject.h
|
| index 59aa9a6c04691bfdaf45add07e1e6f7370ba6f1f..8067e533a2ffb2af4ca6e26ed1e00f90190e252d 100644
|
| --- a/Source/core/layout/LayoutEmbeddedObject.h
|
| +++ b/Source/core/layout/LayoutEmbeddedObject.h
|
| @@ -29,8 +29,8 @@ namespace blink {
|
|
|
| class TextRun;
|
|
|
| -// Renderer for embeds and objects, often, but not always, rendered via plug-ins.
|
| -// For example, <embed src="foo.html"> does not invoke a plug-in.
|
| +// Renderer for embeds and objects, often, but not always, rendered via plugins.
|
| +// For example, <embed src="foo.html"> does not invoke a plugin.
|
| class LayoutEmbeddedObject : public LayoutPart {
|
| public:
|
| LayoutEmbeddedObject(Element*);
|
|
|