| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 2a0fec7cbc1fe280434cba51f14db5d33fd14ab1..7e71bc5bcce2252168e86b66841384409382ce42 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -4377,7 +4377,7 @@ void Document::sendSensitiveInputVisibilityInternal() {
|
|
|
| mojom::blink::SensitiveInputVisibilityServicePtr sensitiveInputServicePtr;
|
| frame()->interfaceProvider()->getInterface(
|
| - mojo::GetProxy(&sensitiveInputServicePtr));
|
| + mojo::MakeRequest(&sensitiveInputServicePtr));
|
| if (m_passwordCount > 0) {
|
| sensitiveInputServicePtr->PasswordFieldVisibleInInsecureContext();
|
| return;
|
|
|