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

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

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. 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/WebGLContextAttributes.cpp
diff --git a/Source/core/html/canvas/WebGLContextAttributes.cpp b/Source/core/html/canvas/WebGLContextAttributes.cpp
index 9428eaf4d7585a477206ac81502512b2fd7db7f0..6bb296a50792030b310c72d503b0c9d72d9d3985 100644
--- a/Source/core/html/canvas/WebGLContextAttributes.cpp
+++ b/Source/core/html/canvas/WebGLContextAttributes.cpp
@@ -49,7 +49,6 @@ WebGLContextAttributes::WebGLContextAttributes()
, m_preserveDrawingBuffer(false)
, m_failIfMajorPerformanceCaveat(false)
{
- ScriptWrappable::init(this);
}
WebGLContextAttributes::WebGLContextAttributes(const WebGLContextAttributes& attrs)
@@ -62,7 +61,6 @@ WebGLContextAttributes::WebGLContextAttributes(const WebGLContextAttributes& att
, m_preserveDrawingBuffer(attrs.m_preserveDrawingBuffer)
, m_failIfMajorPerformanceCaveat(attrs.m_failIfMajorPerformanceCaveat)
{
- ScriptWrappable::init(this);
}
PassRefPtrWillBeRawPtr<WebGLContextAttributes> WebGLContextAttributes::clone() const
« no previous file with comments | « Source/core/html/canvas/WebGLCompressedTextureS3TC.cpp ('k') | Source/core/html/canvas/WebGLContextEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698