Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(567)

Unified Diff: sky/engine/core/html/HTMLAnchorElement.cpp

Issue 699623006: Remove WebPageSerialzier related code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/html/HTMLAnchorElement.h ('k') | sky/engine/core/html/HTMLImageElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLAnchorElement.cpp
diff --git a/sky/engine/core/html/HTMLAnchorElement.cpp b/sky/engine/core/html/HTMLAnchorElement.cpp
index 8a08fec2e33238ef1d21e24f0542a7ddab37f985..9bed919ebbe265b47542037aff81257bc715b9fa 100644
--- a/sky/engine/core/html/HTMLAnchorElement.cpp
+++ b/sky/engine/core/html/HTMLAnchorElement.cpp
@@ -103,11 +103,6 @@ bool HTMLAnchorElement::isURLAttribute(const Attribute& attribute) const
return attribute.name() == HTMLNames::hrefAttr || HTMLElement::isURLAttribute(attribute);
}
-bool HTMLAnchorElement::hasLegalLinkAttribute(const QualifiedName& name) const
-{
- return name == HTMLNames::hrefAttr || HTMLElement::hasLegalLinkAttribute(name);
-}
-
bool HTMLAnchorElement::canStartSelection() const
{
return hasEditableStyle();
« no previous file with comments | « sky/engine/core/html/HTMLAnchorElement.h ('k') | sky/engine/core/html/HTMLImageElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698