Index: Source/core/loader/FrameLoaderClient.h |
diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h |
index a8a1fef7c734a14be7bbf36f5a1027561ee3ee9a..5aae96e18addd4dd9716d2d3d3f92ed239b20146 100644 |
--- a/Source/core/loader/FrameLoaderClient.h |
+++ b/Source/core/loader/FrameLoaderClient.h |
@@ -34,6 +34,7 @@ |
#include "core/frame/FrameClient.h" |
#include "core/loader/FrameLoaderTypes.h" |
#include "core/loader/NavigationPolicy.h" |
+#include "platform/heap/Handle.h" |
#include "platform/network/ResourceLoadPriority.h" |
#include "platform/weborigin/Referrer.h" |
#include "wtf/Forward.h" |
@@ -154,7 +155,7 @@ namespace blink { |
virtual void transitionToCommittedForNewPage() = 0; |
- virtual PassRefPtr<LocalFrame> createFrame(const KURL&, const AtomicString& name, const Referrer&, HTMLFrameOwnerElement*) = 0; |
+ virtual PassRefPtrWillBeRawPtr<LocalFrame> createFrame(const KURL&, const AtomicString& name, const Referrer&, HTMLFrameOwnerElement*) = 0; |
// Whether or not plugin creation should fail if the HTMLPlugInElement isn't in the DOM after plugin initialization. |
enum DetachedPluginPolicy { |
FailOnDetachedPlugin, |