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 cac08fd1bba3978ba2616b17742217eec6206214..539800500eaf007d3328a726d3cebd7daeb810a3 100644 |
--- a/Source/core/html/track/vtt/VTTCue.h |
+++ b/Source/core/html/track/vtt/VTTCue.h |
@@ -38,6 +38,7 @@ namespace WebCore { |
class Document; |
class ExecutionContext; |
class VTTCue; |
+class VTTScanner; |
class VTTCueBox FINAL : public HTMLDivElement { |
public: |
@@ -162,7 +163,7 @@ private: |
Align, |
RegionId |
}; |
- CueSetting settingName(const String&); |
+ CueSetting settingName(VTTScanner&); |
String m_text; |
int m_linePosition; |