| Index: third_party/WebKit/Source/core/dom/ElementData.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ElementData.h b/third_party/WebKit/Source/core/dom/ElementData.h
|
| index 6f7d43770fd4cc05e8ff0b264f96ed75448565e4..42755753f4a9641a2b9c790718100bddc915b5b5 100644
|
| --- a/third_party/WebKit/Source/core/dom/ElementData.h
|
| +++ b/third_party/WebKit/Source/core/dom/ElementData.h
|
| @@ -101,7 +101,6 @@ private:
|
| };
|
|
|
| #define DEFINE_ELEMENT_DATA_TYPE_CASTS(thisType, pointerPredicate, referencePredicate) \
|
| - template<typename T> inline thisType* to##thisType(const RefPtr<T>& data) { return to##thisType(data.get()); } \
|
| DEFINE_TYPE_CASTS(thisType, ElementData, data, pointerPredicate, referencePredicate)
|
|
|
| #if COMPILER(MSVC)
|
|
|