| Index: Source/build/mac/Prefix.h
|
| diff --git a/Source/build/mac/Prefix.h b/Source/build/mac/Prefix.h
|
| index 6d32da394c31ac11b082aa73dfa1d0f6e4b8b8f8..b772977db60063a8ed7f72dce97c08c9b1fef600 100644
|
| --- a/Source/build/mac/Prefix.h
|
| +++ b/Source/build/mac/Prefix.h
|
| @@ -57,14 +57,14 @@
|
|
|
| #include <type_traits>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| class TimerHeapReference;
|
| }
|
|
|
| _LIBCPP_BEGIN_NAMESPACE_STD
|
|
|
| inline _LIBCPP_INLINE_VISIBILITY
|
| -const WebCore::TimerHeapReference& move(const WebCore::TimerHeapReference& t)
|
| +const blink::TimerHeapReference& move(const blink::TimerHeapReference& t)
|
| {
|
| return t;
|
| }
|
|
|