Index: Source/core/css/FontFace.cpp |
diff --git a/Source/core/css/FontFace.cpp b/Source/core/css/FontFace.cpp |
index c34574b89d34dae03d1562df94128fe3527ddaaa..1a251730b35858aa4876e7655cedf46d1544635b 100644 |
--- a/Source/core/css/FontFace.cpp |
+++ b/Source/core/css/FontFace.cpp |
@@ -351,7 +351,7 @@ void FontFace::setLoadStatus(LoadStatus status) |
} |
} |
-void FontFace::setError(PassRefPtrWillBeRawPtr<DOMException> error) |
+void FontFace::setError(DOMException* error) |
{ |
if (!m_error) |
m_error = error ? error : DOMException::create(NetworkError); |