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

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

Issue 706123005: Remove nop ScriptWrappable::init calls (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/frame/Screen.cpp ('k') | sky/engine/core/html/HTMLCanvasElement.cpp » ('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 9bed919ebbe265b47542037aff81257bc715b9fa..a1e311b4f65d0fa8e33da80c50b5ebd1a5596278 100644
--- a/sky/engine/core/html/HTMLAnchorElement.cpp
+++ b/sky/engine/core/html/HTMLAnchorElement.cpp
@@ -70,7 +70,6 @@ PassRefPtr<HTMLAnchorElement> HTMLAnchorElement::create(Document& document)
HTMLAnchorElement::HTMLAnchorElement(Document& document)
: HTMLElement(HTMLNames::aTag, document)
{
- ScriptWrappable::init(this);
}
HTMLAnchorElement::~HTMLAnchorElement()
« no previous file with comments | « sky/engine/core/frame/Screen.cpp ('k') | sky/engine/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698