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

Unified Diff: sky/engine/core/html/canvas/WebGLActiveInfo.h

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/canvas/Path2D.h ('k') | sky/engine/core/html/canvas/WebGLBuffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/canvas/WebGLActiveInfo.h
diff --git a/sky/engine/core/html/canvas/WebGLActiveInfo.h b/sky/engine/core/html/canvas/WebGLActiveInfo.h
index ea86264a2efec2584923c87905e6d99f8de5eaf8..1fe4d7435d8bc6ecf1cc8c0b70f6f8b32c96ed78 100644
--- a/sky/engine/core/html/canvas/WebGLActiveInfo.h
+++ b/sky/engine/core/html/canvas/WebGLActiveInfo.h
@@ -56,7 +56,6 @@ private:
ASSERT(name.length());
ASSERT(type);
ASSERT(size);
- ScriptWrappable::init(this);
}
String m_name;
GLenum m_type;
« no previous file with comments | « sky/engine/core/html/canvas/Path2D.h ('k') | sky/engine/core/html/canvas/WebGLBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698