Index: Source/core/html/MediaError.h |
diff --git a/Source/core/html/MediaError.h b/Source/core/html/MediaError.h |
index d006df0bbab0745737348ac5239630ffbc39937d..3659240534cdfffda9eb4d1dedd2aa5ba26c6789 100644 |
--- a/Source/core/html/MediaError.h |
+++ b/Source/core/html/MediaError.h |
@@ -53,10 +53,7 @@ public: |
void trace(Visitor*) { } |
private: |
- MediaError(Code code) : m_code(code) |
- { |
- ScriptWrappable::init(this); |
- } |
+ MediaError(Code code) : m_code(code) { } |
Code m_code; |
}; |