Index: third_party/WebKit/Source/bindings/core/v8/Transferable.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/Transferable.h b/third_party/WebKit/Source/bindings/core/v8/Transferable.h |
deleted file mode 100644 |
index ea111b23f6a79031aa90f08767930164f331f356..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/Source/bindings/core/v8/Transferable.h |
+++ /dev/null |
@@ -1,26 +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 Transferable_h |
-#define Transferable_h |
- |
-#include "core/CoreExport.h" |
- |
-namespace blink { |
- |
-class CORE_EXPORT Transferable : public GarbageCollectedFinalized<Transferable> { |
-public: |
- virtual ~Transferable() { } |
- DEFINE_INLINE_VIRTUAL_TRACE() { } |
- |
- enum TransferableType { |
- TransferableArrayBufferType, |
- TransferableImageBitmapType, |
- TransferableMessagePortType |
- }; |
-}; |
- |
-} // namespace blink |
- |
-#endif // Transferable_h |