| Index: webkit/glue/dom_operations.cc
|
| ===================================================================
|
| --- webkit/glue/dom_operations.cc (revision 27749)
|
| +++ webkit/glue/dom_operations.cc (working copy)
|
| @@ -481,7 +481,7 @@
|
| WebCore::HTMLFrameOwnerElement* frame_element =
|
| static_cast<WebCore::HTMLFrameOwnerElement*>(element);
|
| WebCore::Frame* content_frame = frame_element->contentFrame();
|
| - return content_frame ? WebFrameImpl::FromFrame(content_frame) : NULL;
|
| + return WebFrameImpl::FromFrame(content_frame);
|
| }
|
| }
|
| return NULL;
|
|
|