| Index: third_party/WebKit/Source/wtf/Forward.h
|
| diff --git a/third_party/WebKit/Source/wtf/Forward.h b/third_party/WebKit/Source/wtf/Forward.h
|
| index ea65251104fa07abd181a2d711f5be4da5bf84c6..7d857bd83bfadbae1ffef57ef37a85cc23318e6f 100644
|
| --- a/third_party/WebKit/Source/wtf/Forward.h
|
| +++ b/third_party/WebKit/Source/wtf/Forward.h
|
| @@ -25,15 +25,24 @@
|
|
|
| namespace WTF {
|
|
|
| -template <typename T> class Function;
|
| -template <typename T> class OwnPtr;
|
| -template <typename T> class PassOwnPtr;
|
| -template <typename T> class PassRefPtr;
|
| -template <typename T> class RefPtr;
|
| -template <size_t size> class SizeSpecificPartitionAllocator;
|
| -template <typename T> class StringBuffer;
|
| -template <typename T, size_t inlineCapacity, typename Allocator> class Vector;
|
| -template <typename T> class WeakPtr;
|
| +template <typename T>
|
| +class Function;
|
| +template <typename T>
|
| +class OwnPtr;
|
| +template <typename T>
|
| +class PassOwnPtr;
|
| +template <typename T>
|
| +class PassRefPtr;
|
| +template <typename T>
|
| +class RefPtr;
|
| +template <size_t size>
|
| +class SizeSpecificPartitionAllocator;
|
| +template <typename T>
|
| +class StringBuffer;
|
| +template <typename T, size_t inlineCapacity, typename Allocator>
|
| +class Vector;
|
| +template <typename T>
|
| +class WeakPtr;
|
|
|
| class ArrayBuffer;
|
| class ArrayBufferView;
|
| @@ -52,7 +61,6 @@ class Uint8Array;
|
| class Uint8ClampedArray;
|
| class Uint16Array;
|
| class Uint32Array;
|
| -
|
| }
|
|
|
| using WTF::Function;
|
| @@ -82,4 +90,4 @@ using WTF::Uint8ClampedArray;
|
| using WTF::Uint16Array;
|
| using WTF::Uint32Array;
|
|
|
| -#endif // WTF_Forward_h
|
| +#endif // WTF_Forward_h
|
|
|