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

Unified Diff: sky/engine/core/html/HTMLTemplateElement.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/HTMLStyleElement.cpp ('k') | sky/engine/core/html/HTMLTitleElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLTemplateElement.cpp
diff --git a/sky/engine/core/html/HTMLTemplateElement.cpp b/sky/engine/core/html/HTMLTemplateElement.cpp
index f1baf26bc2f28885d4c9c7603228586e4c96e966..5a7dffee8fb4c8c98a8420103f0470edd0c5027c 100644
--- a/sky/engine/core/html/HTMLTemplateElement.cpp
+++ b/sky/engine/core/html/HTMLTemplateElement.cpp
@@ -41,7 +41,6 @@ namespace blink {
inline HTMLTemplateElement::HTMLTemplateElement(Document& document)
: HTMLElement(HTMLNames::templateTag, document)
{
- ScriptWrappable::init(this);
}
DEFINE_NODE_FACTORY(HTMLTemplateElement)
« no previous file with comments | « sky/engine/core/html/HTMLStyleElement.cpp ('k') | sky/engine/core/html/HTMLTitleElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698