Index: Source/web/WebLocalFrameImpl.cpp |
diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp |
index 80109d12c53c65963db6fceae43c5dd1cc2c3434..d0c099b10d3316a056370afd074d54345b09eafd 100644 |
--- a/Source/web/WebLocalFrameImpl.cpp |
+++ b/Source/web/WebLocalFrameImpl.cpp |
@@ -473,7 +473,7 @@ WebLocalFrame* WebLocalFrame::frameForContext(v8::Handle<v8::Context> context) |
WebLocalFrame* WebLocalFrame::fromFrameOwnerElement(const WebElement& element) |
{ |
- return WebLocalFrameImpl::fromFrameOwnerElement(PassRefPtr<Element>(element).get()); |
+ return WebLocalFrameImpl::fromFrameOwnerElement(PassRefPtrWillBeRawPtr<Element>(element).get()); |
} |
bool WebLocalFrameImpl::isWebLocalFrame() const |