| Index: third_party/WebKit/Source/modules/presentation/PresentationError.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationError.h b/third_party/WebKit/Source/modules/presentation/PresentationError.h
|
| index 56b2a2f23559180836ef4d22f9f8447af034a66b..e882244ff48964b324359df688fd04cbb9239b45 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationError.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationError.h
|
| @@ -12,7 +12,6 @@
|
| namespace blink {
|
|
|
| class DOMException;
|
| -class ScriptPromiseResolver;
|
|
|
| // A container of methods taking care of WebPresentationError in WebCallbacks
|
| // subclasses.
|
| @@ -23,8 +22,7 @@ class PresentationError final {
|
| // For CallbackPromiseAdapter.
|
| using WebType = const WebPresentationError&;
|
|
|
| - static DOMException* take(ScriptPromiseResolver*,
|
| - const WebPresentationError&);
|
| + static DOMException* take(const WebPresentationError&);
|
| };
|
|
|
| } // namespace blink
|
|
|