Index: third_party/WebKit/Source/core/dom/Element.h |
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h |
index d4566f8e73b7a0895a1c9b6a066fb5fed6e5b113..21c282520d8ac46fe7c32df501a1a36acc511aa3 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -763,7 +763,6 @@ template<typename T> inline const T* toElement(const Node* node) |
ASSERT_WITH_SECURITY_IMPLICATION(!node || isElementOfType<const T>(*node)); |
return static_cast<const T*>(node); |
} |
-template<typename T, typename U> inline T* toElement(const RefPtr<U>& node) { return toElement<T>(node.get()); } |
inline bool isDisabledFormControl(const Node* node) |
{ |