| Index: Source/core/html/HTMLObjectElement.cpp
|
| diff --git a/Source/core/html/HTMLObjectElement.cpp b/Source/core/html/HTMLObjectElement.cpp
|
| index 0824a5c184ead85232ea979e54d14dbe74ffbec2..2f1677e31fe42b023895d9bd620f1c7620763b93 100644
|
| --- a/Source/core/html/HTMLObjectElement.cpp
|
| +++ b/Source/core/html/HTMLObjectElement.cpp
|
| @@ -411,8 +411,6 @@ bool HTMLObjectElement::containsJavaApplet() const
|
| return true;
|
| if (isHTMLObjectElement(child) && toHTMLObjectElement(child).containsJavaApplet())
|
| return true;
|
| - if (isHTMLAppletElement(child))
|
| - return true;
|
| }
|
|
|
| return false;
|
|
|