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

Unified Diff: sky/engine/core/html/canvas/Canvas2DContextAttributes.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
Index: sky/engine/core/html/canvas/Canvas2DContextAttributes.cpp
diff --git a/sky/engine/core/html/canvas/Canvas2DContextAttributes.cpp b/sky/engine/core/html/canvas/Canvas2DContextAttributes.cpp
index 5ddc4978fa5ce537c0bc2e2720be4f016dedb49d..c5b869590a1c049276ea4fa85bce9d5ec5d509d7 100644
--- a/sky/engine/core/html/canvas/Canvas2DContextAttributes.cpp
+++ b/sky/engine/core/html/canvas/Canvas2DContextAttributes.cpp
@@ -36,7 +36,6 @@ Canvas2DContextAttributes::Canvas2DContextAttributes()
: m_alpha(true)
, m_storage(PersistentStorage)
{
- ScriptWrappable::init(this);
}
DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(Canvas2DContextAttributes);
« no previous file with comments | « sky/engine/core/html/canvas/ANGLEInstancedArrays.cpp ('k') | sky/engine/core/html/canvas/CanvasGradient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698