Index: third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.h b/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.h |
index 6acc290f3fcca573c8067530f7ef0028370564a1..b610dff6b208c2871413f287193bd11fd6e8ab4c 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.h |
@@ -35,8 +35,8 @@ |
#include "bindings/core/v8/ScriptState.h" |
#include "core/dom/ContextLifecycleObserver.h" |
#include "core/dom/custom/V0CustomElementLifecycleCallbacks.h" |
-#include "wtf/PassOwnPtr.h" |
#include "wtf/PassRefPtr.h" |
+#include <memory> |
#include <v8.h> |
namespace blink { |
@@ -52,7 +52,7 @@ public: |
~V8V0CustomElementLifecycleCallbacks() override; |
- bool setBinding(PassOwnPtr<V0CustomElementBinding>); |
+ bool setBinding(std::unique_ptr<V0CustomElementBinding>); |
DECLARE_VIRTUAL_TRACE(); |