| Index: content/renderer/presentation/presentation_dispatcher.cc
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.cc b/content/renderer/presentation/presentation_dispatcher.cc
|
| index 88236345a26ab374f4a9fdc7ca6ee917ba8fb7b5..dd0ddc2d13971ffb4de882869d4acb23725a2a06 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.cc
|
| +++ b/content/renderer/presentation/presentation_dispatcher.cc
|
| @@ -121,7 +121,7 @@ void PresentationDispatcher::OnSessionCreated(
|
| if (!error.is_null()) {
|
| DCHECK(session_info.is_null());
|
| callback->onError(new blink::WebPresentationError(
|
| - GetWebPresentationErrorTypeFromMojo(error->errorType),
|
| + GetWebPresentationErrorTypeFromMojo(error->error_type),
|
| blink::WebString::fromUTF8(error->message)));
|
| return;
|
| }
|
|
|