Index: third_party/WebKit/Source/modules/budget/BudgetService.cpp |
diff --git a/third_party/WebKit/Source/modules/budget/BudgetService.cpp b/third_party/WebKit/Source/modules/budget/BudgetService.cpp |
index fda4afeb808c3e7fec53a2feb04ebe383390f57d..5308d8691bdaea1f879a4b86eb8d2bc15396d761 100644 |
--- a/third_party/WebKit/Source/modules/budget/BudgetService.cpp |
+++ b/third_party/WebKit/Source/modules/budget/BudgetService.cpp |
@@ -44,7 +44,7 @@ DOMException* errorTypeToException(mojom::blink::BudgetServiceErrorType error) { |
BudgetService::BudgetService() { |
Platform::current()->interfaceProvider()->getInterface( |
- mojo::GetProxy(&m_service)); |
+ mojo::MakeRequest(&m_service)); |
// Set a connection error handler, so that if an embedder doesn't |
// implement a BudgetSerice mojo service, the developer will get a |