Index: third_party/WebKit/Source/core/html/HTMLAreaElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.idl b/third_party/WebKit/Source/core/html/HTMLAreaElement.idl |
index e5fde1c5b62cbb214243c43ef5b1bf81755865c0..7d8faf0229c99be148b78522e15051ae8e15a36d 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLAreaElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.idl |
@@ -35,4 +35,4 @@ interface HTMLAreaElement : HTMLElement { |
[Reflect] attribute boolean noHref; |
}; |
-HTMLAreaElement implements URLUtils; |
+HTMLAreaElement implements HTMLHyperlinkElementUtils; |