| Index: Source/core/html/MediaKeyError.h
|
| diff --git a/Source/core/html/MediaKeyError.h b/Source/core/html/MediaKeyError.h
|
| index abd1091a8395a2d088955216c2890fc637f1e217..e5ebc1349af12177556c213c1758099e11082f95 100644
|
| --- a/Source/core/html/MediaKeyError.h
|
| +++ b/Source/core/html/MediaKeyError.h
|
| @@ -57,10 +57,8 @@ public:
|
| void trace(Visitor*) { }
|
|
|
| private:
|
| - MediaKeyError(Code code, unsigned long systemCode) : m_code(code), m_systemCode(systemCode)
|
| - {
|
| - ScriptWrappable::init(this);
|
| - }
|
| + MediaKeyError(Code code, unsigned long systemCode)
|
| + : m_code(code), m_systemCode(systemCode) { }
|
|
|
| Code m_code;
|
| unsigned long m_systemCode;
|
|
|