| Index: Source/modules/presentation/PresentationError.cpp
|
| diff --git a/Source/modules/presentation/PresentationError.cpp b/Source/modules/presentation/PresentationError.cpp
|
| index f513f21bc1988e43e241d80531b76c734bc6867f..60c19fef3ceb92d6c9b17f27a2d8adc12522db04 100644
|
| --- a/Source/modules/presentation/PresentationError.cpp
|
| +++ b/Source/modules/presentation/PresentationError.cpp
|
| @@ -13,7 +13,7 @@
|
| namespace blink {
|
|
|
| // static
|
| -PassRefPtrWillBeRawPtr<DOMException> PresentationError::take(WebPresentationError* errorRaw)
|
| +DOMException* PresentationError::take(WebPresentationError* errorRaw)
|
| {
|
| ASSERT(errorRaw);
|
| OwnPtr<WebPresentationError> error = adoptPtr(errorRaw);
|
|
|