Index: Source/core/html/track/vtt/VTTCue.h |
diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h |
index d9c9c8eaf66b992bba5f2d90bb0faa711dc0fe23..a93c9873fb003e27d7bcaeebd017483377523f2e 100644 |
--- a/Source/core/html/track/vtt/VTTCue.h |
+++ b/Source/core/html/track/vtt/VTTCue.h |
@@ -104,7 +104,6 @@ public: |
void parseSettings(const String&); |
PassRefPtrWillBeRawPtr<DocumentFragment> getCueAsHTML(); |
- PassRefPtrWillBeRawPtr<DocumentFragment> createCueRenderingTree(); |
const String& regionId() const { return m_regionId; } |
void setRegionId(const String&); |