| Index: trunk/Source/core/html/track/vtt/VTTParser.h
|
| ===================================================================
|
| --- trunk/Source/core/html/track/vtt/VTTParser.h (revision 174395)
|
| +++ trunk/Source/core/html/track/vtt/VTTParser.h (working copy)
|
| @@ -98,7 +98,7 @@
|
| static bool parseFloatPercentageValuePair(VTTScanner&, char, FloatPoint&);
|
|
|
| // Create the DocumentFragment representation of the WebVTT cue text.
|
| - static PassRefPtrWillBeRawPtr<DocumentFragment> createDocumentFragmentFromCueText(Document&, const String&);
|
| + static PassRefPtr<DocumentFragment> createDocumentFragmentFromCueText(Document&, const String&);
|
|
|
| // Input data to the parser to parse.
|
| void parseBytes(const char* data, unsigned length);
|
|
|