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

Unified Diff: sky/engine/core/html/HTMLImageElement.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/html/HTMLElement.h ('k') | sky/engine/core/html/HTMLImportElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLImageElement.cpp
diff --git a/sky/engine/core/html/HTMLImageElement.cpp b/sky/engine/core/html/HTMLImageElement.cpp
index d4b6c227b2b557c8ce9521a38fad2a67d0fcc85d..f58cce0d8854aa614362e7baf953239194af0f01 100644
--- a/sky/engine/core/html/HTMLImageElement.cpp
+++ b/sky/engine/core/html/HTMLImageElement.cpp
@@ -80,7 +80,6 @@ HTMLImageElement::HTMLImageElement(Document& document, bool createdByParser)
, m_intrinsicSizingViewportDependant(false)
, m_effectiveSizeViewportDependant(false)
{
- ScriptWrappable::init(this);
}
PassRefPtr<HTMLImageElement> HTMLImageElement::create(Document& document)
« no previous file with comments | « sky/engine/core/html/HTMLElement.h ('k') | sky/engine/core/html/HTMLImportElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698