Index: Source/core/html/track/vtt/VTTParser.h |
diff --git a/Source/core/html/track/vtt/VTTParser.h b/Source/core/html/track/vtt/VTTParser.h |
index 298516eec14fa3fd39d419dcffb160c6827c06fe..f3a4619ed496ad0029a728d988fda2d176169188 100644 |
--- a/Source/core/html/track/vtt/VTTParser.h |
+++ b/Source/core/html/track/vtt/VTTParser.h |
@@ -98,7 +98,7 @@ public: |
static bool parseFloatPercentageValuePair(VTTScanner&, char, FloatPoint&); |
// Create the DocumentFragment representation of the WebVTT cue text. |
- static PassRefPtr<DocumentFragment> createDocumentFragmentFromCueText(Document&, const String&); |
+ static PassRefPtrWillBeRawPtr<DocumentFragment> createDocumentFragmentFromCueText(Document&, const String&); |
// Input data to the parser to parse. |
void parseBytes(const char* data, unsigned length); |