| 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
|
|
|