Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.h |
diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h |
index 87e5acdf973f9d8ae27b7edabf7c43877553bec8..00c57bbb818883d1131941c16886aea079b8728f 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h |
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h |
@@ -36,9 +36,9 @@ |
#include "core/frame/LocalFrameLifecycleObserver.h" |
#include "platform/Supplementable.h" |
#include "platform/heap/Handle.h" |
- |
#include "wtf/Assertions.h" |
#include "wtf/Forward.h" |
+#include <memory> |
namespace blink { |
@@ -170,7 +170,7 @@ public: |
void postMessageTimerFired(PostMessageTimer*); |
void removePostMessageTimer(PostMessageTimer*); |
- void dispatchMessageEventWithOriginCheck(SecurityOrigin* intendedTargetOrigin, Event*, PassOwnPtr<SourceLocation>); |
+ void dispatchMessageEventWithOriginCheck(SecurityOrigin* intendedTargetOrigin, Event*, std::unique_ptr<SourceLocation>); |
// Events |
// EventTarget API |