| Index: third_party/WebKit/Source/platform/wtf/debug/Alias.h
|
| diff --git a/third_party/WebKit/Source/platform/wtf/debug/Alias.h b/third_party/WebKit/Source/platform/wtf/debug/Alias.h
|
| deleted file mode 100644
|
| index 8907924e7e64563e6d4e3d0cc0178b544f29339c..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/platform/wtf/debug/Alias.h
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef WTF_Alias_h
|
| -#define WTF_Alias_h
|
| -
|
| -#include "base/debug/alias.h"
|
| -
|
| -namespace WTF {
|
| -namespace debug {
|
| -
|
| -inline void alias(const void* var) {
|
| - base::debug::Alias(var);
|
| -}
|
| -
|
| -} // namespace debug
|
| -} // namespace WTF
|
| -
|
| -#endif // WTF_Alias_h
|
|
|