| Index: Source/core/layout/LayoutPart.cpp
|
| diff --git a/Source/core/layout/LayoutPart.cpp b/Source/core/layout/LayoutPart.cpp
|
| index 81cd54bf1e1324ecab7af1dc2023757b8c868bea..1f21e6f37993227580d6f39d4d2a665acaf6a9b8 100644
|
| --- a/Source/core/layout/LayoutPart.cpp
|
| +++ b/Source/core/layout/LayoutPart.cpp
|
| @@ -96,7 +96,7 @@ LayoutPart::~LayoutPart()
|
|
|
| Widget* LayoutPart::widget() const
|
| {
|
| - // Plugin widgets are stored in their DOM node. This includes HTMLAppletElement.
|
| + // Plugin widgets are stored in their DOM node.
|
| Element* element = toElement(node());
|
|
|
| if (element && element->isFrameOwnerElement())
|
|
|