Chromium Code Reviews| Index: third_party/WebKit/Source/core/style/DataEquivalency.h |
| diff --git a/third_party/WebKit/Source/core/style/DataEquivalency.h b/third_party/WebKit/Source/core/style/DataEquivalency.h |
| index c707e4bd3c261885e1f3b5d6e8a87e736dc32a50..b9b49370ea5779eca964ddbc66171e8958b58cda 100644 |
| --- a/third_party/WebKit/Source/core/style/DataEquivalency.h |
| +++ b/third_party/WebKit/Source/core/style/DataEquivalency.h |
| @@ -10,6 +10,11 @@ |
| namespace blink { |
| +template<typename T> |
| +class Persistent; |
| +template<typename T> |
| +class Member; |
| + |
| template <typename T> |
| bool dataEquivalent(const T* a, const T* b) |
| { |