Index: Source/core/css/CSSFontFaceLoadEvent.h |
diff --git a/Source/core/css/CSSFontFaceLoadEvent.h b/Source/core/css/CSSFontFaceLoadEvent.h |
index 41ad45783416724686fbed59f7dc3e540f2e313a..755977e9dfa94cc871a7bcf37c2cedb8b3d1963d 100644 |
--- a/Source/core/css/CSSFontFaceLoadEvent.h |
+++ b/Source/core/css/CSSFontFaceLoadEvent.h |
@@ -55,7 +55,7 @@ public: |
return adoptRefWillBeRefCountedGarbageCollected(new CSSFontFaceLoadEvent(type, initializer)); |
} |
- static PassRefPtr<CSSFontFaceLoadEvent> createForFontFaces(const AtomicString& type, const FontFaceArray& fontfaces = FontFaceArray()) |
+ static PassRefPtrWillBeRawPtr<CSSFontFaceLoadEvent> createForFontFaces(const AtomicString& type, const FontFaceArray& fontfaces = FontFaceArray()) |
{ |
return adoptRefWillBeRefCountedGarbageCollected(new CSSFontFaceLoadEvent(type, fontfaces)); |
} |