Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
index 77092961f5075ca94a666a8efb6d99daabdecede..8c67485b080d98991bf7dab45807732f2d07c434 100644 |
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
@@ -182,7 +182,7 @@ private: |
bool isFrameLoaderClientImpl() const override { return true; } |
- PassOwnPtr<WebPluginLoadObserver> pluginLoadObserver(DocumentLoader*); |
+ PassOwnPtrWillBeRawPtr<WebPluginLoadObserver> pluginLoadObserver(DocumentLoader*); |
// The WebFrame that owns this object and manages its lifetime. Therefore, |
// the web frame object is guaranteed to exist. |