Index: public/web/WebInbandTextTrack.h |
diff --git a/public/web/WebInbandTextTrack.h b/public/web/WebInbandTextTrack.h |
index 647eaafbfaec0f6a291735464a80d73161358bda..07979c7919b2fa1ce4d9925cc2b16b123194e015 100644 |
--- a/public/web/WebInbandTextTrack.h |
+++ b/public/web/WebInbandTextTrack.h |
@@ -65,7 +65,6 @@ public: |
virtual WebString label() const = 0; |
virtual WebString language() const = 0; |
- virtual bool isDefault() const = 0; |
virtual int textTrackIndex() const = 0; |
}; |