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

Unified Diff: Source/core/html/canvas/EXTBlendMinMax.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months 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: Source/core/html/canvas/EXTBlendMinMax.cpp
diff --git a/Source/core/html/canvas/EXTBlendMinMax.cpp b/Source/core/html/canvas/EXTBlendMinMax.cpp
index 992ce9e081ffe831e4cacc204687603949df9d1a..7b8c2c36e9e9451f735c6cc6292fdbd2d12466d8 100644
--- a/Source/core/html/canvas/EXTBlendMinMax.cpp
+++ b/Source/core/html/canvas/EXTBlendMinMax.cpp
@@ -11,7 +11,6 @@ namespace blink {
EXTBlendMinMax::EXTBlendMinMax(WebGLRenderingContextBase* context)
: WebGLExtension(context)
{
- ScriptWrappable::init(this);
context->extensionsUtil()->ensureExtensionEnabled("GL_EXT_blend_minmax");
}

Powered by Google App Engine
This is Rietveld 408576698