| 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 d262ad81bba82421bd8ad11b392fca1a9925c09f..56b2a2f23559180836ef4d22f9f8447af034a66b 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationError.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationError.h
|
| @@ -14,7 +14,8 @@ namespace blink {
|
| class DOMException;
|
| class ScriptPromiseResolver;
|
|
|
| -// A container of methods taking care of WebPresentationError in WebCallbacks subclasses.
|
| +// A container of methods taking care of WebPresentationError in WebCallbacks
|
| +// subclasses.
|
| class PresentationError final {
|
| STATIC_ONLY(PresentationError);
|
|
|
|
|