Index: Source/modules/presentation/PresentationError.h |
diff --git a/Source/modules/presentation/PresentationError.h b/Source/modules/presentation/PresentationError.h |
index c5a3fddb18326d04af9c137acc170e6c487f289c..802c07db382d13ab5c99260c3063ff942bf644a0 100644 |
--- a/Source/modules/presentation/PresentationError.h |
+++ b/Source/modules/presentation/PresentationError.h |
@@ -15,7 +15,7 @@ class DOMException; |
// A container of methods taking care of WebPresentationError in WebCallbacks subclasses. |
class PresentationError final { |
public: |
- static PassRefPtrWillBeRawPtr<DOMException> take(WebPresentationError*); |
+ static DOMException* take(WebPresentationError*); |
static void dispose(WebPresentationError*); |
private: |