| Index: Source/core/html/HTMLEmbedElement.cpp
|
| diff --git a/Source/core/html/HTMLEmbedElement.cpp b/Source/core/html/HTMLEmbedElement.cpp
|
| index 6aabaf29f77d72bfd436844653d95bdaec0e86d2..7ada15ba5f2bb8364a03bce23e1b21c495cb181d 100644
|
| --- a/Source/core/html/HTMLEmbedElement.cpp
|
| +++ b/Source/core/html/HTMLEmbedElement.cpp
|
| @@ -52,7 +52,7 @@ PassRefPtr<HTMLEmbedElement> HTMLEmbedElement::create(const QualifiedName& tagNa
|
| return adoptRef(new HTMLEmbedElement(tagName, document, createdByParser));
|
| }
|
|
|
| -static inline RenderWidget* findWidgetRenderer(const Node* n)
|
| +static inline RenderWidget* findWidgetRenderer(const Node* n)
|
| {
|
| if (!n->renderer())
|
| do
|
|
|