Index: Source/core/html/track/TextTrackCue.h |
diff --git a/Source/core/html/track/TextTrackCue.h b/Source/core/html/track/TextTrackCue.h |
index 6e9da464f62da307c13f7bfed9f98009ac32a63d..fc9f9407e9430a93959f29ac38190513e9f3511a 100644 |
--- a/Source/core/html/track/TextTrackCue.h |
+++ b/Source/core/html/track/TextTrackCue.h |
@@ -72,7 +72,7 @@ public: |
void invalidateCueIndex(); |
using EventTarget::dispatchEvent; |
- virtual bool dispatchEvent(PassRefPtr<Event>) OVERRIDE; |
+ virtual bool dispatchEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE; |
bool isActive(); |
void setIsActive(bool); |