Index: Source/core/html/MediaKeyEvent.h |
diff --git a/Source/core/html/MediaKeyEvent.h b/Source/core/html/MediaKeyEvent.h |
index 404f043b6594ce985819f5fddb6907c0930b8148..65b1cc2f3d54ac509b698eb47a289ce357554a57 100644 |
--- a/Source/core/html/MediaKeyEvent.h |
+++ b/Source/core/html/MediaKeyEvent.h |
@@ -65,7 +65,6 @@ public: |
Uint8Array* message() const { return m_message.get(); } |
String defaultURL() const { return m_defaultURL; } |
MediaKeyError* errorCode() const { return m_errorCode.get(); } |
- MediaKeyError* errorCode(bool& isNull) const { isNull = !m_errorCode; return m_errorCode.get(); } |
unsigned short systemCode() const { return m_systemCode; } |
virtual void trace(Visitor*) OVERRIDE; |