| Index: Source/core/html/HTMLObjectElement.cpp
|
| diff --git a/Source/core/html/HTMLObjectElement.cpp b/Source/core/html/HTMLObjectElement.cpp
|
| index bd68de6aa31c56eee19279961372fcbb09d856c5..dfdeeb2b400e316449a8624f0c7c6240034918ac 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;
|
|
|