Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
index 2de94230071bf5a47b46997de074497b8ba74f8b..6d5c84235713b4dc423bc752541fd3283368ad56 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
@@ -1092,7 +1092,7 @@ void ChromeClientImpl::didObserveNonGetFetchFromScript() const |
PassOwnPtr<WebFrameScheduler> ChromeClientImpl::createFrameScheduler(BlameContext* blameContext) |
{ |
- return m_webView->scheduler()->createFrameScheduler(blameContext).release(); |
+ return adoptPtr(m_webView->scheduler()->createFrameScheduler(blameContext).release()); |
} |
} // namespace blink |