Index: third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h |
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h b/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h |
index 3af22081387934f866b57ca06cf918db0d9fdce3..c790d9ae288e3771710f565504f1531cee40d1ab 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h |
+++ b/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h |
@@ -30,7 +30,6 @@ |
#include "platform/audio/AudioBus.h" |
#include "wtf/Allocator.h" |
#include "wtf/HashSet.h" |
-#include <memory> |
namespace blink { |
@@ -43,7 +42,7 @@ class AudioNodeOutput; |
class AudioNodeInput final : public AudioSummingJunction { |
USING_FAST_MALLOC(AudioNodeInput); |
public: |
- static std::unique_ptr<AudioNodeInput> create(AudioHandler&); |
+ static PassOwnPtr<AudioNodeInput> create(AudioHandler&); |
// AudioSummingJunction |
void didUpdate() override; |