| Index: trunk/Source/core/html/track/vtt/VTTCue.h
|
| ===================================================================
|
| --- trunk/Source/core/html/track/vtt/VTTCue.h (revision 174395)
|
| +++ trunk/Source/core/html/track/vtt/VTTCue.h (working copy)
|
| @@ -93,8 +93,8 @@
|
|
|
| void parseSettings(const String&);
|
|
|
| - PassRefPtrWillBeRawPtr<DocumentFragment> getCueAsHTML();
|
| - PassRefPtrWillBeRawPtr<DocumentFragment> createCueRenderingTree();
|
| + PassRefPtr<DocumentFragment> getCueAsHTML();
|
| + PassRefPtr<DocumentFragment> createCueRenderingTree();
|
|
|
| const String& regionId() const { return m_regionId; }
|
| void setRegionId(const String&);
|
|
|