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

Unified Diff: sky/engine/core/html/canvas/WebGLUniformLocation.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/WebGLUniformLocation.cpp
diff --git a/sky/engine/core/html/canvas/WebGLUniformLocation.cpp b/sky/engine/core/html/canvas/WebGLUniformLocation.cpp
index 9e1cd93bb4f854f78acaa0f30d2c79ca46841fe2..d4dd1dabf308498bdcfa35075d2f26f2a19f6045 100644
--- a/sky/engine/core/html/canvas/WebGLUniformLocation.cpp
+++ b/sky/engine/core/html/canvas/WebGLUniformLocation.cpp
@@ -40,7 +40,6 @@ WebGLUniformLocation::WebGLUniformLocation(WebGLProgram* program, GLint location
, m_location(location)
{
ASSERT(m_program);
- ScriptWrappable::init(this);
m_linkCount = m_program->linkCount();
}
« no previous file with comments | « sky/engine/core/html/canvas/WebGLTexture.cpp ('k') | sky/engine/core/html/canvas/WebGLVertexArrayObjectOES.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698