| Index: Source/core/html/HTMLPlugInElement.cpp
|
| diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp
|
| index 8bdde345283af03b7b29bf6a24f48181f1ac4c7f..0c93a0cdcc019cfca247f3b4bcb8ba3b2e201480 100644
|
| --- a/Source/core/html/HTMLPlugInElement.cpp
|
| +++ b/Source/core/html/HTMLPlugInElement.cpp
|
| @@ -501,12 +501,6 @@ bool HTMLPlugInElement::requestObject(const String& url, const String& mimeType,
|
| if (protocolIsJavaScript(url))
|
| return false;
|
|
|
| - // FIXME: None of this code should use renderers!
|
| - LayoutEmbeddedObject* renderer = layoutEmbeddedObject();
|
| - ASSERT(renderer);
|
| - if (!renderer)
|
| - return false;
|
| -
|
| KURL completedURL = document().completeURL(url);
|
| if (!pluginIsLoadable(completedURL, mimeType))
|
| return false;
|
|
|